Home
last modified time | relevance | path

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

/Linux-v5.15/fs/squashfs/
Dfile.c165 __le32 *blist = kmalloc(PAGE_SIZE, GFP_KERNEL); in read_indexes() local
167 if (blist == NULL) { in read_indexes()
175 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes()
184 int size = squashfs_block_size(blist[i]); in read_indexes()
194 kfree(blist); in read_indexes()
198 kfree(blist); in read_indexes()
/Linux-v5.15/fs/gfs2/
Dlops.c655 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument
666 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
667 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
681 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
696 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
/Linux-v5.15/drivers/md/
Ddm.c1299 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument
1310 bio_list_add(blist, &tio->clone); in alloc_multiple_bios()
1325 bio_list_add(blist, &tio->clone); in alloc_multiple_bios()
1332 while ((bio = bio_list_pop(blist))) { in alloc_multiple_bios()
1356 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local
1360 alloc_multiple_bios(&blist, ci, ti, num_bios); in __send_duplicate_bios()
1362 while ((bio = bio_list_pop(&blist))) { in __send_duplicate_bios()
Draid10.c4747 struct bio *blist; in reshape_request() local
4906 blist = read_bio; in reshape_request()
4929 b->bi_next = blist; in reshape_request()
4930 blist = b; in reshape_request()
4942 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
/Linux-v5.15/drivers/net/ethernet/ibm/emac/
Dcore.h163 struct device_node **blist; /* bootlist entry */ member
Dcore.c2367 np = *(dev->blist - 1); in emac_check_deps()
2428 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps()
3039 struct device_node **blist = NULL; in emac_probe() local
3052 blist = &emac_boot_list[i]; in emac_probe()
3063 dev->blist = blist; in emac_probe()
3249 if (blist) { in emac_probe()
3250 *blist = NULL; in emac_probe()
/Linux-v5.15/fs/cifs/
Dfile.c1021 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init()
1030 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters()
1031 list_del_init(&li->blist); in cifs_del_lock_waiters()
1178 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if()
1181 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if()
1182 (lock->blist.next == &lock->blist)); in cifs_lock_add_if()
1186 list_del_init(&lock->blist); in cifs_lock_add_if()
Dcifsglob.h1167 struct list_head blist; /* pointer to locks blocked on this */ member
/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_crtn.h548 struct list_head *blist, int xricnt);
Dlpfc_init.c4122 LIST_HEAD(blist); in lpfc_io_buf_flush()
4135 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush()
4136 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush()
4153 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()