Searched refs:b_call (Results 1 – 2 of 2) sorted by relevance
159 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()164 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()195 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()264 block->b_call = call; in nlmsvc_create_block()288 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()304 nlmsvc_freegrantargs(block->b_call); in nlmsvc_free_block()305 nlmsvc_release_call(block->b_call); in nlmsvc_free_block()516 lock = &block->b_call->a_args.lock; in nlmsvc_lock()713 struct file_lock *fl = &block->b_call->a_args.lock.fl; in nlmsvc_cancel_blocked()749 if (nlm_compare_locks(&block->b_call->a_args.lock.fl, fl)) { in nlmsvc_grant_deferred()[all …]
179 struct nlm_rqst * b_call; /* RPC args & callback info */ member