Searched refs:rpc_message (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/linux/sunrpc/ |
D | clnt.h | 120 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()
|
D | sched.h | 26 struct rpc_message { struct 50 struct rpc_message tk_msg; /* RPC call info */ argument
|
/linux-2.4.37.9/fs/nfs/ |
D | proc.c | 130 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()
|
D | nfs3proc.c | 22 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()
|
D | direct.c | 56 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()
|
D | unlink.c | 96 struct rpc_message msg; in nfs_async_unlink_init()
|
D | read.c | 245 struct rpc_message msg; in nfs_pagein_one()
|
D | write.c | 906 struct rpc_message msg; in nfs_flush_one() 1146 struct rpc_message msg; in nfs_commit_list()
|
/linux-2.4.37.9/include/linux/ |
D | nfs_xdr.h | 316 int (*unlink_setup) (struct rpc_message *, 318 void (*unlink_done) (struct dentry *, struct rpc_message *);
|
/linux-2.4.37.9/fs/lockd/ |
D | clntproc.c | 244 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/ |
D | clnt.c | 239 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()
|
D | pmap_clnt.c | 45 struct rpc_message msg = { PMAP_GETPORT, map, &clnt->cl_port, NULL }; in rpc_getport()
|