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

/linux-master/fs/squashfs/
H A Dfile.c166 __le32 *blist = kmalloc(PAGE_SIZE, GFP_KERNEL); local
168 if (blist == NULL) {
176 err = squashfs_read_metadata(sb, blist, start_block,
185 int size = squashfs_block_size(blist[i]);
195 kfree(blist);
199 kfree(blist);
/linux-master/fs/gfs2/
H A Dlops.c645 unsigned int total, struct list_head *blist,
656 list_sort(NULL, blist, blocknr_cmp);
657 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list);
671 list_for_each_entry_continue(bd1, blist, bd_list) {
686 list_for_each_entry_continue(bd2, blist, bd_list) {
644 gfs2_before_commit(struct gfs2_sbd *sdp, unsigned int limit, unsigned int total, struct list_head *blist, bool is_databuf) argument
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.h162 struct device_node **blist; /* bootlist entry */ member in struct:emac_instance
H A Dcore.c2369 /* special case for blist as the dependency might go away */
2371 np = *(dev->blist - 1);
2432 if (dev->blist && dev->blist > emac_boot_list)
3039 struct device_node **blist = NULL; local
3052 blist = &emac_boot_list[i];
3063 dev->blist = blist;
3249 if (blist) {
3250 *blist
[all...]
/linux-master/drivers/md/
H A Ddm.c1492 static void alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, argument
1510 bio_list_add(blist, bio);
1517 while ((bio = bio_list_pop(blist)))
1526 struct bio_list blist = BIO_EMPTY_LIST; local
1541 alloc_multiple_bios(&blist, ci, ti, num_bios, len, gfp_flag);
1542 while ((clone = bio_list_pop(&blist))) {
H A Draid10.c4645 struct bio *blist; local
4802 blist = read_bio;
4824 b->bi_next = blist;
4825 blist = b;
4837 for (bio = blist; bio ; bio = bio->bi_next) {
/linux-master/fs/smb/client/
H A Dfile.c1312 INIT_LIST_HEAD(&lock->blist);
1321 list_for_each_entry_safe(li, tmp, &lock->blist, blist) {
1322 list_del_init(&li->blist);
1469 list_add_tail(&lock->blist, &conf_lock->blist);
1472 (lock->blist.prev == &lock->blist) &&
1473 (lock->blist.next == &lock->blist));
[all...]
H A Dcifsglob.h1363 struct list_head blist; /* pointer to locks blocked on this */ member in struct:cifsLockInfo
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h581 struct list_head *blist, int xricnt);
H A Dlpfc_init.c4299 LIST_HEAD(blist);
4312 list_splice_init(&qp->lpfc_io_buf_list_get, &blist);
4313 list_splice(&qp->lpfc_io_buf_list_put, &blist);
4325 * Take IO buffers off blist and put on cbuf sorted by XRI.
4330 list_remove_head(&blist, lpfc_cmd, struct lpfc_io_buf, list);

Completed in 377 milliseconds