Searched refs:b_flist (Results 1 – 2 of 2) sorted by relevance
233 INIT_LIST_HEAD(&block->b_flist); in nlmsvc_create_block()252 list_add(&block->b_flist, &file->f_blocks); in nlmsvc_create_block()292 list_del_init(&block->b_flist); in nlmsvc_free_block()319 list_for_each_entry_safe(block, next, &file->f_blocks, b_flist) { in nlmsvc_traverse_blocks()
177 struct list_head b_flist; /* linked list (per file) */ member