Home
last modified time | relevance | path

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

/linux-6.12.1/fs/lockd/
Dsvclock.c159 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()
248 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP; in nlmsvc_create_block()
249 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
250 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()
288 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()
422 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
423 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()
424 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
[all …]
Dclntproc.c131 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
151 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()
187 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
214 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
269 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
388 .rpc_argp = &req->a_args, in nlm_async_call()
413 .rpc_argp = &req->a_args, in nlmclnt_async_call()
458 trace_nlmclnt_test(&req->a_args.lock, in nlmclnt_test()
535 req->a_args.state = nsm_local_state; in nlmclnt_lock()
583 if (!req->a_args.block) in nlmclnt_lock()
[all …]
/linux-6.12.1/include/linux/lockd/
Dlockd.h143 struct nlm_args a_args; /* arguments */ member