Searched refs:blist (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/squashfs/ |
| H A D | file.c | 167 __le32 *blist = kmalloc(PAGE_SIZE, GFP_KERNEL); in read_indexes() local 169 if (blist == NULL) { in read_indexes() 177 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes() 186 int size = squashfs_block_size(blist[i]); in read_indexes() 196 kfree(blist); in read_indexes() 200 kfree(blist); in read_indexes() 678 __le32 *blist = NULL; in seek_hole_data() local 707 blist = kmalloc(SQUASHFS_SCAN_INDEXES << 2, GFP_KERNEL); in seek_hole_data() 708 if (blist == NULL) { in seek_hole_data() 716 offset = squashfs_read_metadata(sb, blist, &start, &s_offset, indexes << 2); in seek_hole_data() [all …]
|
| /linux/fs/smb/client/ |
| H A D | file.c | 1590 INIT_LIST_HEAD(&lock->blist); in cifs_lock_init() 1599 list_for_each_entry_safe(li, tmp, &lock->blist, blist) { in cifs_del_lock_waiters() 1600 list_del_init(&li->blist); in cifs_del_lock_waiters() 1756 list_add_tail(&lock->blist, &conf_lock->blist); in cifs_lock_add_if() 1759 (lock->blist.prev == &lock->blist) && in cifs_lock_add_if() 1760 (lock->blist.next == &lock->blist)); in cifs_lock_add_if() 1764 list_del_init(&lock->blist); in cifs_lock_add_if()
|
| H A D | cifsglob.h | 1368 struct list_head blist; /* pointer to locks blocked on this */ member
|
| /linux/drivers/net/ethernet/ibm/emac/ |
| H A D | core.c | 2348 /* special case for blist as the dependency might go away */ in emac_check_deps() 2350 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 in emac_probe() [all...] |
| H A D | core.h | 162 struct device_node **blist; /* bootlist entry */ member
|
| /linux/drivers/md/ |
| H A D | raid10.c | 4608 struct bio *blist; in reshape_request() local 4765 blist = read_bio; in reshape_request() 4787 b->bi_next = blist; in reshape_request() 4788 blist = b; in reshape_request() 4800 for (bio = blist; bio ; bio = bio->bi_next) { in reshape_request()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 4285 LIST_HEAD(blist); in lpfc_io_buf_flush() 4298 list_splice_init(&qp->lpfc_io_buf_list_get, &blist); in lpfc_io_buf_flush() 4299 list_splice(&qp->lpfc_io_buf_list_put, &blist); in lpfc_io_buf_flush() 4316 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list); in lpfc_io_buf_flush()
|