|
@@ -296,7 +296,13 @@ extern int nfs_initiate_read(struct nfs_read_data *data, struct rpc_clnt *clnt,
|
|
const struct rpc_call_ops *call_ops);
|
|
const struct rpc_call_ops *call_ops);
|
|
extern void nfs_read_prepare(struct rpc_task *task, void *calldata);
|
|
extern void nfs_read_prepare(struct rpc_task *task, void *calldata);
|
|
|
|
|
|
|
|
+struct nfs_pageio_descriptor;
|
|
|
|
+extern void nfs_pageio_init_read_mds(struct nfs_pageio_descriptor *pgio,
|
|
|
|
+ struct inode *inode);
|
|
|
|
+
|
|
/* write.c */
|
|
/* write.c */
|
|
|
|
+extern void nfs_pageio_init_write_mds(struct nfs_pageio_descriptor *pgio,
|
|
|
|
+ struct inode *inode, int ioflags);
|
|
extern void nfs_commit_free(struct nfs_write_data *p);
|
|
extern void nfs_commit_free(struct nfs_write_data *p);
|
|
extern int nfs_initiate_write(struct nfs_write_data *data,
|
|
extern int nfs_initiate_write(struct nfs_write_data *data,
|
|
struct rpc_clnt *clnt,
|
|
struct rpc_clnt *clnt,
|