Lines Matching refs:a_args
50 struct nlm_args *argp = &req->a_args; in nlmclnt_setlockargs()
70 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmclnt_setgrantargs()
71 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmclnt_setgrantargs()
72 call->a_args.lock.caller = system_utsname.nodename; in nlmclnt_setgrantargs()
73 call->a_args.lock.oh.len = lock->oh.len; in nlmclnt_setgrantargs()
76 call->a_args.lock.oh.data = call->a_owner; in nlmclnt_setgrantargs()
82 call->a_args.lock.oh.data = (u8 *) data; in nlmclnt_setgrantargs()
85 memcpy(call->a_args.lock.oh.data, lock->oh.data, lock->oh.len); in nlmclnt_setgrantargs()
95 if (call->a_args.lock.oh.data != (u8 *) call->a_owner) { in nlmclnt_freegrantargs()
96 kfree(call->a_args.lock.oh.data); in nlmclnt_freegrantargs()
163 locks_init_lock(&call->a_args.lock.fl); in nlmclnt_proc()
173 call->a_args.block = IS_SETLKW(cmd) ? 1 : 0; in nlmclnt_proc()
222 locks_init_lock(&call->a_args.lock.fl); in nlmclnt_alloc_call()
241 struct nlm_args *argp = &req->a_args; in nlmclnt_call()
324 struct nlm_args *argp = &req->a_args; in nlmsvc_async_call()
351 struct nlm_args *argp = &req->a_args; in nlmclnt_async_call()
463 } while (resp->status == NLM_LCK_BLOCKED && req->a_args.block); in nlmclnt_lock()
487 locks_init_lock(&req->a_args.lock.fl); in nlmclnt_reclaim()
494 req->a_args.reclaim = 1; in nlmclnt_reclaim()