Home
last modified time | relevance | path

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

/fs/squashfs/
Dfile.c165 __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()
/fs/gfs2/
Dlops.c619 unsigned int total, struct list_head *blist, in gfs2_before_commit() argument
630 list_sort(NULL, blist, blocknr_cmp); in gfs2_before_commit()
631 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit()
645 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit()
660 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
/fs/cifs/
Dfile.c950 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()
1115 list_del_init(&lock->blist); in cifs_lock_add_if()
Dcifsglob.h1185 struct list_head blist; /* pointer to locks blocked on this */ member