Lines Matching refs:b_list
95 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked()
98 list_del_init(&block->b_list); in nlmsvc_insert_block_locked()
106 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
115 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked()
132 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
134 list_del_init(&block->b_list); in nlmsvc_remove_block()
153 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
186 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block()
231 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
323 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
643 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_grant_deferred()
682 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_notify_blocked()
825 if (list_empty(&block->b_list)) in nlmsvc_grant_callback()
916 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()