/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | file.c | 165 __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()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | file.c | 166 __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()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lops.c | 646 unsigned int total, struct list_head *blist, in gfs2_before_commit() 657 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit() 658 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 672 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 687 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit() 645 gfs2_before_commit(struct gfs2_sbd *sdp, unsigned int limit, unsigned int total, struct list_head *blist, bool is_databuf) gfs2_before_commit() argument
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | lops.c | 652 unsigned int total, struct list_head *blist, in gfs2_before_commit() 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() 651 gfs2_before_commit(struct gfs2_sbd *sdp, unsigned int limit, unsigned int total, struct list_head *blist, bool is_databuf) gfs2_before_commit() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm.c | 1401 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument 1412 bio_list_add(blist, &tio->clone); in alloc_multiple_bios() 1427 bio_list_add(blist, &tio->clone); in alloc_multiple_bios() 1434 while ((bio = bio_list_pop(blist))) { in alloc_multiple_bios() 1458 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local 1462 alloc_multiple_bios(&blist, ci, ti, num_bios); in __send_duplicate_bios() 1464 while ((bio = bio_list_pop(&blist))) { in __send_duplicate_bios()
|
H A D | raid10.c | 4432 struct bio *blist; in reshape_request() local 4595 blist = read_bio; in reshape_request() 4618 b->bi_next = blist; in reshape_request() 4619 blist = b; in reshape_request() 4631 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 2364 /* special case for blist as the dependency might go away */ in emac_check_deps() 2366 np = *(dev->blist - 1); in emac_check_deps() 2427 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 in emac_probe() [all...] |
H A D | core.h | 163 struct device_node **blist; /* bootlist entry */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 2369 /* special case for blist as the dependency might go away */ in emac_check_deps() 2371 np = *(dev->blist - 1); in emac_check_deps() 2432 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 in emac_probe() [all...] |
H A D | core.h | 162 struct device_node **blist; /* bootlist entry */ member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm.c | 1472 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument 1490 bio_list_add(blist, bio); in alloc_multiple_bios() 1497 while ((bio = bio_list_pop(blist))) in alloc_multiple_bios() 1505 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local 1523 alloc_multiple_bios(&blist, ci, ti, num_bios, len); in __send_duplicate_bios() 1524 while ((clone = bio_list_pop(&blist))) { in __send_duplicate_bios()
|
H A D | raid10.c | 4820 struct bio *blist; in reshape_request() local 4977 blist = read_bio; in reshape_request() 5000 b->bi_next = blist; in reshape_request() 5001 blist = b; in reshape_request() 5013 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 950 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init() 959 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters() 960 list_del_init(&li->blist); in cifs_del_lock_waiters() 1107 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if() 1110 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if() 1111 (lock->blist.next == &lock->blist)); in cifs_lock_add_if() [all...] |
H A D | cifsglob.h | 1246 struct list_head blist; /* pointer to locks blocked on this */ member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 1220 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init() 1229 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters() 1230 list_del_init(&li->blist); in cifs_del_lock_waiters() 1377 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if() 1380 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if() 1381 (lock->blist.next == &lock->blist)); in cifs_lock_add_if() [all...] |
H A D | cifsglob.h | 1328 struct list_head blist; /* pointer to locks blocked on this */ member
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 514 struct list_head *blist, int xricnt);
|
H A D | lpfc_init.c | 3962 LIST_HEAD(blist); in lpfc_io_buf_flush() 3975 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush() 3976 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush() 3988 * Take IO buffers off blist and put on cbuf sorted by XRI. in lpfc_io_buf_flush() 3993 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 581 struct list_head *blist, int xricnt);
|
H A D | lpfc_init.c | 4300 LIST_HEAD(blist); in lpfc_io_buf_flush() 4313 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush() 4314 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush() 4326 * Take IO buffers off blist and put on cbuf sorted by XRI. in lpfc_io_buf_flush() 4331 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()
|