Lines Matching refs:b_list
97 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked()
100 list_del_init(&block->b_list); in nlmsvc_insert_block_locked()
108 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
117 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked()
135 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
136 list_del_init(&block->b_list); in nlmsvc_remove_block()
158 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
194 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block()
241 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
334 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
748 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_grant_deferred()
787 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_notify_blocked()
926 if (list_empty(&block->b_list)) in nlmsvc_grant_callback()
1030 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()