Searched refs:a_args (Results 1 – 3 of 3) sorted by relevance
126 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()131 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()159 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()211 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()212 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()213 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()252 status = posix_unblock_lock(block->b_file->f_file, &block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()316 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()317 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()318 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()[all …]
126 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()144 BUG_ON(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()170 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()200 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()252 struct nlm_args *argp = &req->a_args; in nlmclnt_call()370 .rpc_argp = &req->a_args, in nlm_async_call()395 .rpc_argp = &req->a_args, in nlmclnt_async_call()523 req->a_args.state = nsm_local_state; in nlmclnt_lock()561 if (!req->a_args.block) in nlmclnt_lock()563 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0) in nlmclnt_lock()[all …]
138 struct nlm_args a_args; /* arguments */ member