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()
373 nlmsvc_defer_lock_rqst(struct svc_rqst *rqstp, struct nlm_block *block) in nlmsvc_defer_lock_rqst()
403 struct nlm_block *block = NULL; in nlmsvc_lock()
594 struct nlm_block *block; in nlmsvc_cancel_blocked()
629 nlmsvc_update_deferred_block(struct nlm_block *block, int result) in nlmsvc_update_deferred_block()
640 struct nlm_block *block; in nlmsvc_grant_deferred()
679 struct nlm_block *block; in nlmsvc_notify_blocked()
730 nlmsvc_grant_blocked(struct nlm_block *block) in nlmsvc_grant_blocked()
812 struct nlm_block *block = call->a_block; in nlmsvc_grant_callback()
867 struct nlm_block *block; in nlmsvc_grant_reply()
892 retry_deferred_block(struct nlm_block *block) in retry_deferred_block()
913 struct nlm_block *block; in nlmsvc_retry_blocked()
917 block = list_entry(nlm_blocked.next, struct nlm_block, b_list); in nlmsvc_retry_blocked()