Searched refs:blist (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/squashfs/ |
D | file.c | 178 __le32 *blist = kmalloc(PAGE_CACHE_SIZE, GFP_KERNEL); in read_indexes() local 180 if (blist == NULL) { in read_indexes() 188 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes() 197 int size = le32_to_cpu(blist[i]); in read_indexes() 203 kfree(blist); in read_indexes() 207 kfree(blist); in read_indexes()
|
/linux-4.1.27/fs/gfs2/ |
D | lops.c | 421 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument 432 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit() 433 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 447 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 462 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
|
/linux-4.1.27/fs/cifs/ |
D | file.c | 818 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init() 827 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters() 828 list_del_init(&li->blist); in cifs_del_lock_waiters() 967 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if() 970 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if() 971 (lock->blist.next == &lock->blist)); in cifs_lock_add_if() 975 list_del_init(&lock->blist); in cifs_lock_add_if()
|
D | cifsglob.h | 965 struct list_head blist; /* pointer to locks blocked on this */ member
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2287 np = *(dev->blist - 1); in emac_check_deps() 2348 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps() 2713 struct device_node **blist = NULL; in emac_probe() local 2726 blist = &emac_boot_list[i]; in emac_probe() 2737 dev->blist = blist; in emac_probe() 2928 if (blist) { in emac_probe() 2929 *blist = NULL; in emac_probe()
|
D | core.h | 173 struct device_node **blist; /* bootlist entry */ member
|
/linux-4.1.27/drivers/md/ |
D | raid10.c | 4269 struct bio *blist; in reshape_request() local 4404 blist = read_bio; in reshape_request() 4428 b->bi_next = blist; in reshape_request() 4429 blist = b; in reshape_request() 4440 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request() 4446 for (bio2 = blist; in reshape_request()
|