Home
last modified time | relevance | path

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

/linux-6.1.9/fs/lockd/
Dsvclock.c156 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()
161 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()
189 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()
240 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()
241 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
242 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()
280 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()
411 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
412 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()
413 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
[all …]
Dclntproc.c128 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
147 WARN_ON_ONCE(req->a_args.lock.fl.fl_ops != NULL); in nlmclnt_release_lockargs()
183 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
210 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
265 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
384 .rpc_argp = &req->a_args, in nlm_async_call()
409 .rpc_argp = &req->a_args, in nlmclnt_async_call()
525 req->a_args.state = nsm_local_state; in nlmclnt_lock()
563 if (!req->a_args.block) in nlmclnt_lock()
565 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0) in nlmclnt_lock()
[all …]
/linux-6.1.9/include/linux/lockd/
Dlockd.h144 struct nlm_args a_args; /* arguments */ member