Lines Matching refs:nlm_block

43 static void nlmsvc_release_block(struct nlm_block *block);
44 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long);
45 static void nlmsvc_remove_block(struct nlm_block *block);
90 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
92 struct nlm_block *b; in nlmsvc_insert_block_locked()
107 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
120 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
131 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
144 static struct nlm_block *
147 struct nlm_block *block; in nlmsvc_lookup_block()
182 static inline struct nlm_block *
185 struct nlm_block *block; in nlmsvc_find_block()
215 static struct nlm_block *
220 struct nlm_block *block; in nlmsvc_create_block()
273 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
286 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block()
301 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
315 struct nlm_block *block, *next; in nlmsvc_traverse_blocks()
442 nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block) in nlmsvc_defer_lock_rqst()
472 struct nlm_block *block = NULL; in nlmsvc_lock()
672 struct nlm_block *block; in nlmsvc_cancel_blocked()
707 nlmsvc_update_deferred_block(struct nlm_block *block, int result) in nlmsvc_update_deferred_block()
718 struct nlm_block *block; in nlmsvc_grant_deferred()
757 struct nlm_block *block; in nlmsvc_notify_blocked()
802 nlmsvc_grant_blocked(struct nlm_block *block) in nlmsvc_grant_blocked()
884 struct nlm_block *block = call->a_block; in nlmsvc_grant_callback()
939 struct nlm_block *block; in nlmsvc_grant_reply()
964 retry_deferred_block(struct nlm_block *block) in retry_deferred_block()
985 struct nlm_block *block; in nlmsvc_retry_blocked()
989 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()