Lines Matching refs:b_list
96 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked()
99 list_del_init(&block->b_list); in nlmsvc_insert_block_locked()
107 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
116 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked()
133 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
135 list_del_init(&block->b_list); in nlmsvc_remove_block()
154 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
187 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block()
232 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
324 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
644 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_grant_deferred()
683 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_notify_blocked()
826 if (list_empty(&block->b_list)) in nlmsvc_grant_callback()
917 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()