Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dsvclock.c154 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()
159 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()
187 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()
238 call->a_args.lock.fl.fl_flags |= FL_SLEEP; in nlmsvc_create_block()
239 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()
240 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()
278 status = posix_unblock_lock(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()
340 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()
341 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()
342 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()
175 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
202 locks_init_lock(&call->a_args.lock.fl); in nlm_alloc_call()
253 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
372 .rpc_argp = &req->a_args, in nlm_async_call()
397 .rpc_argp = &req->a_args, in nlmclnt_async_call()
513 req->a_args.state = nsm_local_state; in nlmclnt_lock()
551 if (!req->a_args.block) in nlmclnt_lock()
553 if (nlmclnt_cancel(host, req->a_args.block, fl) == 0) in nlmclnt_lock()
[all …]
/linux-4.4.14/include/linux/lockd/
Dlockd.h140 struct nlm_args a_args; /* arguments */ member