Home
last modified time | relevance | path

Searched refs:rpc_argp (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/fs/nfs/
Dproc.c243 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()
Ddirect.c65 msg.rpc_argp = arg; in nfs_direct_read_rpc()
94 msg.rpc_argp = arg; in nfs_direct_write_rpc()
Dnfs3proc.c318 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()
Dread.c270 msg.rpc_argp = &data->args; in nfs_pagein_one()
Dwrite.c945 msg.rpc_argp = &data->args; in nfs_flush_one()
1174 msg.rpc_argp = &data->args; in nfs_commit_list()
/linux-2.4.37.9/fs/lockd/
Dclntproc.c251 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()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h28 void * rpc_argp; /* Arguments */ member
/linux-2.4.37.9/net/sunrpc/
Dclnt.c536 if (encode && (status = encode(req, p, task->tk_msg.rpc_argp)) < 0) { in call_encode()