Lines Matching refs:nlm_block

42 static void nlmsvc_release_block(struct nlm_block *block);
43 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long);
44 static void nlmsvc_remove_block(struct nlm_block *block);
89 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
91 struct nlm_block *b; in nlmsvc_insert_block_locked()
106 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
119 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
130 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
143 static struct nlm_block *
146 struct nlm_block *block; in nlmsvc_lookup_block()
181 static inline struct nlm_block *
184 struct nlm_block *block; in nlmsvc_find_block()
214 static struct nlm_block *
219 struct nlm_block *block; in nlmsvc_create_block()
272 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
285 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block()
300 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
314 struct nlm_block *block, *next; in nlmsvc_traverse_blocks()
372 nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block) in nlmsvc_defer_lock_rqst()
402 struct nlm_block *block = NULL; in nlmsvc_lock()
593 struct nlm_block *block; in nlmsvc_cancel_blocked()
628 nlmsvc_update_deferred_block(struct nlm_block *block, int result) in nlmsvc_update_deferred_block()
639 struct nlm_block *block; in nlmsvc_grant_deferred()
678 struct nlm_block *block; in nlmsvc_notify_blocked()
729 nlmsvc_grant_blocked(struct nlm_block *block) in nlmsvc_grant_blocked()
811 struct nlm_block *block = call->a_block; in nlmsvc_grant_callback()
866 struct nlm_block *block; in nlmsvc_grant_reply()
891 retry_deferred_block(struct nlm_block *block) in retry_deferred_block()
912 struct nlm_block *block; in nlmsvc_retry_blocked()
916 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()