Searched refs:blist (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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.4.14/fs/gfs2/ |
D | lops.c | 414 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument 425 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit() 426 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 440 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 455 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
|
/linux-4.4.14/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 | 979 struct list_head blist; /* pointer to locks blocked on this */ member
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2286 np = *(dev->blist - 1); in emac_check_deps() 2347 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps() 2712 struct device_node **blist = NULL; in emac_probe() local 2725 blist = &emac_boot_list[i]; in emac_probe() 2736 dev->blist = blist; in emac_probe() 2927 if (blist) { in emac_probe() 2928 *blist = NULL; in emac_probe()
|
D | core.h | 173 struct device_node **blist; /* bootlist entry */ member
|
/linux-4.4.14/drivers/md/ |
D | raid10.c | 4197 struct bio *blist; in reshape_request() local 4332 blist = read_bio; in reshape_request() 4356 b->bi_next = blist; in reshape_request() 4357 blist = b; in reshape_request() 4368 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request() 4374 for (bio2 = blist; in reshape_request()
|