Home
last modified time | relevance | path

Searched refs:blist (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/squashfs/
Dfile.c178 __le32 *blist = kmalloc(PAGE_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 = squashfs_block_size(blist[i]); in read_indexes()
207 kfree(blist); in read_indexes()
211 kfree(blist); in read_indexes()
/Linux-v4.19/fs/gfs2/
Dlops.c417 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument
428 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
429 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
443 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
458 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dcore.h172 struct device_node **blist; /* bootlist entry */ member
Dcore.c2347 np = *(dev->blist - 1); in emac_check_deps()
2408 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps()
3011 struct device_node **blist = NULL; in emac_probe() local
3024 blist = &emac_boot_list[i]; in emac_probe()
3035 dev->blist = blist; in emac_probe()
3221 if (blist) { in emac_probe()
3222 *blist = NULL; in emac_probe()
/Linux-v4.19/fs/cifs/
Dfile.c877 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init()
886 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters()
887 list_del_init(&li->blist); in cifs_del_lock_waiters()
1026 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if()
1029 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if()
1030 (lock->blist.next == &lock->blist)); in cifs_lock_add_if()
1034 list_del_init(&lock->blist); in cifs_lock_add_if()
Dcifsglob.h1070 struct list_head blist; /* pointer to locks blocked on this */ member
/Linux-v4.19/drivers/md/
Ddm.c1340 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument
1351 bio_list_add(blist, &tio->clone); in alloc_multiple_bios()
1366 bio_list_add(blist, &tio->clone); in alloc_multiple_bios()
1373 while ((bio = bio_list_pop(blist))) { in alloc_multiple_bios()
1397 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local
1401 alloc_multiple_bios(&blist, ci, ti, num_bios); in __send_duplicate_bios()
1403 while ((bio = bio_list_pop(&blist))) { in __send_duplicate_bios()
Draid10.c4437 struct bio *blist; in reshape_request() local
4574 blist = read_bio; in reshape_request()
4597 b->bi_next = blist; in reshape_request()
4598 blist = b; in reshape_request()
4610 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()