Home
last modified time | relevance | path

Searched refs:a_args (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/lockd/
Dsvclock.c155 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()
239 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()
240 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
241 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()
279 status = posix_unblock_lock(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()
341 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
342 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()
343 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
[all …]
Dclntproc.c126 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
145 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()
181 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
208 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
263 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
382 .rpc_argp = &req->a_args, in nlm_async_call()
407 .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 …]
/linux-4.19.296/include/linux/lockd/
Dlockd.h143 struct nlm_args a_args; /* arguments */ member