Searched refs:a_args (Results 1 – 2 of 2) sorted by relevance
157 fl = &block->b_call->a_args.lock.fl; in nlmsvc_lookup_block()162 nlmdbg_cookie2a(&block->b_call->a_args.cookie)); in nlmsvc_lookup_block()193 if (nlm_cookie_match(&block->b_call->a_args.cookie,cookie)) in nlmsvc_find_block()246 call->a_args.lock.fl.c.flc_flags |= FL_SLEEP; in nlmsvc_create_block()247 call->a_args.lock.fl.fl_lmops = &nlmsvc_lock_operations; in nlmsvc_create_block()248 nlmclnt_next_cookie(&call->a_args.cookie); in nlmsvc_create_block()286 status = locks_delete_block(&block->b_call->a_args.lock.fl); in nlmsvc_unlink_block()420 locks_copy_lock(&call->a_args.lock.fl, &lock->fl); in nlmsvc_setgrantargs()421 memcpy(&call->a_args.lock.fh, &lock->fh, sizeof(call->a_args.lock.fh)); in nlmsvc_setgrantargs()422 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()[all …]
174 struct nlm_args a_args; /* arguments */ member