Searched refs:b_call (Results 1 – 2 of 2) sorted by relevance
155 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()160 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()188 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()255 block->b_call = call; in nlmsvc_create_block()279 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()295 nlmsvc_freegrantargs(block->b_call); in nlmsvc_free_block()296 nlmsvc_release_call(block->b_call); in nlmsvc_free_block()495 lock = &block->b_call->a_args.lock; in nlmsvc_lock()690 &block->b_call->a_args.lock.fl); in nlmsvc_cancel_blocked()723 if (nlm_compare_locks(&block->b_call->a_args.lock.fl, fl)) { in nlmsvc_grant_deferred()[all …]
177 struct nlm_rqst * b_call; /* RPC args & callback info */ member