Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/squashfs/
A Dfile.c166 __le32 *blist = kmalloc(PAGE_SIZE, GFP_KERNEL); in read_indexes() local
168 if (blist == NULL) { in read_indexes()
176 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes()
185 int size = squashfs_block_size(blist[i]); in read_indexes()
195 kfree(blist); in read_indexes()
199 kfree(blist); in read_indexes()
/linux-6.3-rc2/fs/gfs2/
A Dlops.c652 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument
663 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
664 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
678 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
693 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/
A Dcore.h163 struct device_node **blist; /* bootlist entry */ member
A Dcore.c2370 np = *(dev->blist - 1); in emac_check_deps()
2431 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps()
3038 struct device_node **blist = NULL; in emac_probe() local
3051 blist = &emac_boot_list[i]; in emac_probe()
3062 dev->blist = blist; in emac_probe()
3248 if (blist) { in emac_probe()
3249 *blist = NULL; in emac_probe()
/linux-6.3-rc2/fs/cifs/
A Dfile.c1216 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init()
1225 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters()
1226 list_del_init(&li->blist); in cifs_del_lock_waiters()
1373 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if()
1376 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if()
1377 (lock->blist.next == &lock->blist)); in cifs_lock_add_if()
1381 list_del_init(&lock->blist); in cifs_lock_add_if()
A Dcifsglob.h1309 struct list_head blist; /* pointer to locks blocked on this */ member
/linux-6.3-rc2/drivers/md/
A Ddm.c1469 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument
1486 bio_list_add(blist, bio); in alloc_multiple_bios()
1493 while ((bio = bio_list_pop(blist))) in alloc_multiple_bios()
1501 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local
1517 alloc_multiple_bios(&blist, ci, ti, num_bios); in __send_duplicate_bios()
1518 while ((clone = bio_list_pop(&blist))) { in __send_duplicate_bios()
A Draid10.c4794 struct bio *blist; in reshape_request() local
4951 blist = read_bio; in reshape_request()
4974 b->bi_next = blist; in reshape_request()
4975 blist = b; in reshape_request()
4987 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
/linux-6.3-rc2/drivers/scsi/lpfc/
A Dlpfc_crtn.h579 struct list_head *blist, int xricnt);
A Dlpfc_init.c4296 LIST_HEAD(blist); in lpfc_io_buf_flush()
4309 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush()
4310 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush()
4327 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()

Completed in 67 milliseconds