Lines Matching refs:args1
96 nlm_testargs args1; in nlm_test_rpc() local
100 args1.cookie = args->cookie; in nlm_test_rpc()
101 args1.exclusive = args->exclusive; in nlm_test_rpc()
102 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_test_rpc()
105 stat = nlm_test_1(&args1, &res1, client); in nlm_test_rpc()
127 nlm_lockargs args1; in nlm_lock_rpc() local
131 args1.cookie = args->cookie; in nlm_lock_rpc()
132 args1.block = args->block; in nlm_lock_rpc()
133 args1.exclusive = args->exclusive; in nlm_lock_rpc()
134 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_lock_rpc()
135 args1.reclaim = args->reclaim; in nlm_lock_rpc()
136 args1.state = args->state; in nlm_lock_rpc()
139 stat = nlm_lock_1(&args1, &res1, client); in nlm_lock_rpc()
156 nlm_cancargs args1; in nlm_cancel_rpc() local
160 args1.cookie = args->cookie; in nlm_cancel_rpc()
161 args1.block = args->block; in nlm_cancel_rpc()
162 args1.exclusive = args->exclusive; in nlm_cancel_rpc()
163 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_cancel_rpc()
166 stat = nlm_cancel_1(&args1, &res1, client); in nlm_cancel_rpc()
183 nlm_unlockargs args1; in nlm_unlock_rpc() local
187 args1.cookie = args->cookie; in nlm_unlock_rpc()
188 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_unlock_rpc()
191 stat = nlm_unlock_1(&args1, &res1, client); in nlm_unlock_rpc()