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()
134 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
136 list_del_init(&block->b_list); in nlmsvc_remove_block()
155 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
188 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block()
233 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
325 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
734 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_grant_deferred()
773 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_notify_blocked()
912 if (list_empty(&block->b_list)) in nlmsvc_grant_callback()
1003 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()