Searched refs:b_call (Results 1 – 2 of 2) sorted by relevance
158 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()163 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()194 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()263 block->b_call = call; in nlmsvc_create_block()287 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()303 nlmsvc_freegrantargs(block->b_call); in nlmsvc_free_block()304 nlmsvc_release_call(block->b_call); in nlmsvc_free_block()517 lock = &block->b_call->a_args.lock; in nlmsvc_lock()736 struct file_lock *fl = &block->b_call->a_args.lock.fl; in nlmsvc_cancel_blocked()772 if (nlm_compare_locks(&block->b_call->a_args.lock.fl, fl)) { in nlmsvc_grant_deferred()[all …]
180 struct nlm_rqst * b_call; /* RPC args & callback info */ member