Searched refs:rpc_argp (Results 1 – 8 of 8) sorted by relevance
243 msg->rpc_argp = arg; in nfs_proc_unlink_setup()250 if (msg->rpc_argp) { in nfs_proc_unlink_done()252 kfree(msg->rpc_argp); in nfs_proc_unlink_done()
65 msg.rpc_argp = arg; in nfs_direct_read_rpc()94 msg.rpc_argp = arg; in nfs_direct_write_rpc()
318 msg->rpc_argp = arg; in nfs3_proc_unlink_setup()328 if (msg->rpc_argp) { in nfs3_proc_unlink_done()331 kfree(msg->rpc_argp); in nfs3_proc_unlink_done()
270 msg.rpc_argp = &data->args; in nfs_pagein_one()
945 msg.rpc_argp = &data->args; in nfs_flush_one()1174 msg.rpc_argp = &data->args; in nfs_commit_list()
251 msg.rpc_argp = argp; in nlmclnt_call()338 msg.rpc_argp = argp; in nlmsvc_async_call()366 msg.rpc_argp = argp; in nlmclnt_async_call()
28 void * rpc_argp; /* Arguments */ member
536 if (encode && (status = encode(req, p, task->tk_msg.rpc_argp)) < 0) { in call_encode()