Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H 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()
677 __le32 *blist = NULL; in seek_hole_data() local
706 blist = kmalloc(SQUASHFS_SCAN_INDEXES << 2, GFP_KERNEL); in seek_hole_data()
707 if (blist == NULL) { in seek_hole_data()
715 offset = squashfs_read_metadata(sb, blist, &start, &s_offset, indexes << 2); in seek_hole_data()
[all …]
/linux/fs/gfs2/
H A Dlops.c638 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument
649 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
650 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
664 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
679 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
/linux/drivers/md/
H A Ddm.c1467 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, in alloc_multiple_bios() argument
1485 bio_list_add(blist, bio); in alloc_multiple_bios()
1492 while ((bio = bio_list_pop(blist))) in alloc_multiple_bios()
1500 struct bio_list blist = BIO_EMPTY_LIST; in __send_duplicate_bios() local
1515 alloc_multiple_bios(&blist, ci, ti, num_bios, len); in __send_duplicate_bios()
1516 while ((clone = bio_list_pop(&blist))) { in __send_duplicate_bios()
1818 struct bio_list blist = BIO_EMPTY_LIST; in __send_zone_reset_all_emulated() local
1855 if (bio_list_empty(&blist)) { in __send_zone_reset_all_emulated()
1864 alloc_multiple_bios(&blist, ci, ti, min(nr_reset, 32), in __send_zone_reset_all_emulated()
1869 clone = bio_list_pop(&blist); in __send_zone_reset_all_emulated()
[all …]
/linux/fs/smb/client/
H A Dfile.c1593 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init()
1602 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters()
1603 list_del_init(&li->blist); in cifs_del_lock_waiters()
1750 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if()
1753 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if()
1754 (lock->blist.next == &lock->blist)); in cifs_lock_add_if()
1758 list_del_init(&lock->blist); in cifs_lock_add_if()
H A Dcifsglob.h1381 struct list_head blist; /* pointer to locks blocked on this */ member
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.h162 struct device_node **blist; /* bootlist entry */ member
H A Dcore.c2350 np = *(dev->blist - 1); in emac_check_deps()
2400 if (dev->blist && dev->blist > emac_boot_list) in emac_wait_deps()
2994 struct device_node **blist = NULL; in emac_probe() local
3007 blist = &emac_boot_list[i]; in emac_probe()
3018 dev->blist = blist; in emac_probe()
3189 if (blist) in emac_probe()
3190 *blist = NULL; in emac_probe()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c4279 LIST_HEAD(blist); in lpfc_io_buf_flush()
4292 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush()
4293 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush()
4310 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()