Home
last modified time | relevance | path

Searched refs:rpc_message (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dclnt.h120 void rpc_call_setup(struct rpc_task *, struct rpc_message *, int);
122 int rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg,
124 int rpc_call_sync(struct rpc_clnt *clnt, struct rpc_message *msg,
134 struct rpc_message msg = { proc, argp, resp, NULL }; in rpc_call()
Dsched.h26 struct rpc_message { struct
50 struct rpc_message tk_msg; /* RPC call info */ argument
/linux-2.4.37.9/fs/nfs/
Dproc.c130 struct rpc_message msg = { NFSPROC_READ, &arg, &res, cred }; in nfs_proc_read()
152 struct rpc_message msg = { NFSPROC_WRITE, &arg, &res, cred }; in nfs_proc_write()
221 struct rpc_message msg = { NFSPROC_REMOVE, &arg, NULL, NULL }; in nfs_proc_remove()
232 nfs_proc_unlink_setup(struct rpc_message *msg, struct dentry *dir, struct qstr *name) in nfs_proc_unlink_setup()
248 nfs_proc_unlink_done(struct dentry *dir, struct rpc_message *msg) in nfs_proc_unlink_done()
342 struct rpc_message msg = { NFSPROC_READDIR, &arg, NULL, cred }; in nfs_proc_readdir()
Dnfs3proc.c22 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper()
42 struct rpc_message msg = { proc, argp, resp, NULL }; in nfs3_rpc_call_wrapper()
179 struct rpc_message msg = { NFS3PROC_READ, &arg, &res, cred }; in nfs3_proc_read()
200 struct rpc_message msg = { NFS3PROC_WRITE, &arg, &res, cred }; in nfs3_proc_write()
287 struct rpc_message msg = { NFS3PROC_REMOVE, &arg, &dir_attr, NULL }; in nfs3_proc_remove()
299 nfs3_proc_unlink_setup(struct rpc_message *msg, struct dentry *dir, struct qstr *name) in nfs3_proc_unlink_setup()
324 nfs3_proc_unlink_done(struct dentry *dir, struct rpc_message *msg) in nfs3_proc_unlink_done()
446 struct rpc_message msg = { NFS3PROC_READDIR, &arg, &res, cred }; in nfs3_proc_readdir()
Ddirect.c56 struct rpc_message msg; in nfs_direct_read_rpc()
85 struct rpc_message msg; in nfs_direct_write_rpc()
144 struct rpc_message msg = { NFS3PROC_COMMIT, &arg, &res, NULL }; in nfs_direct_commit_rpc()
Dunlink.c96 struct rpc_message msg; in nfs_async_unlink_init()
Dread.c245 struct rpc_message msg; in nfs_pagein_one()
Dwrite.c906 struct rpc_message msg; in nfs_flush_one()
1146 struct rpc_message msg; in nfs_commit_list()
/linux-2.4.37.9/include/linux/
Dnfs_xdr.h316 int (*unlink_setup) (struct rpc_message *,
318 void (*unlink_done) (struct dentry *, struct rpc_message *);
/linux-2.4.37.9/fs/lockd/
Dclntproc.c244 struct rpc_message msg; in nlmclnt_call()
326 struct rpc_message msg; in nlmsvc_async_call()
354 struct rpc_message msg; in nlmclnt_async_call()
/linux-2.4.37.9/net/sunrpc/
Dclnt.c239 int rpc_call_sync(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in rpc_call_sync()
277 rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, int flags, in rpc_call_async()
318 rpc_call_setup(struct rpc_task *task, struct rpc_message *msg, int flags) in rpc_call_setup()
Dpmap_clnt.c45 struct rpc_message msg = { PMAP_GETPORT, map, &clnt->cl_port, NULL }; in rpc_getport()