Lines Matching defs:nfs_pageio_descriptor
97 struct nfs_pageio_descriptor { struct
98 struct inode *pg_inode;
99 const struct nfs_pageio_ops *pg_ops;
100 const struct nfs_rw_ops *pg_rw_ops;
101 int pg_ioflags;
102 int pg_error;
103 const struct rpc_call_ops *pg_rpc_callops;
104 const struct nfs_pgio_completion_ops *pg_completion_ops;
105 struct pnfs_layout_segment *pg_lseg;
106 struct nfs_io_completion *pg_io_completion;
107 struct nfs_direct_req *pg_dreq;
109 void *pg_netfs;
111 unsigned int pg_bsize; /* default bsize for mirrors */
113 u32 pg_mirror_count;
114 struct nfs_pgio_mirror *pg_mirrors;
115 struct nfs_pgio_mirror pg_mirrors_static[1];
139 extern void nfs_pageio_init(struct nfs_pageio_descriptor *desc, argument