Lines Matching refs:nlm_block
44 static void nlmsvc_release_block(struct nlm_block *block);
45 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long);
46 static void nlmsvc_remove_block(struct nlm_block *block);
91 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
93 struct nlm_block *b; in nlmsvc_insert_block_locked()
108 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
121 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
132 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
147 static struct nlm_block *
150 struct nlm_block *block; in nlmsvc_lookup_block()
188 static inline struct nlm_block *
191 struct nlm_block *block; in nlmsvc_find_block()
224 static struct nlm_block *
229 struct nlm_block *block; in nlmsvc_create_block()
282 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
295 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block()
310 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
324 struct nlm_block *block, *next; in nlmsvc_traverse_blocks()
454 nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block) in nlmsvc_defer_lock_rqst()
487 struct nlm_block *block = NULL; in nlmsvc_lock()
695 struct nlm_block *block; in nlmsvc_cancel_blocked()
733 nlmsvc_update_deferred_block(struct nlm_block *block, int result) in nlmsvc_update_deferred_block()
744 struct nlm_block *block; in nlmsvc_grant_deferred()
783 struct nlm_block *block; in nlmsvc_notify_blocked()
828 nlmsvc_grant_blocked(struct nlm_block *block) in nlmsvc_grant_blocked()
912 struct nlm_block *block = call->a_block; in nlmsvc_grant_callback()
967 struct nlm_block *block; in nlmsvc_grant_reply()
1005 retry_deferred_block(struct nlm_block *block) in retry_deferred_block()
1026 struct nlm_block *block; in nlmsvc_retry_blocked()
1030 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()