Searched defs:nfs_pageio_descriptor (Results 1 – 1 of 1) sorted by relevance
89 struct nfs_pageio_descriptor { struct90 unsigned char pg_moreio : 1;91 struct inode *pg_inode;92 const struct nfs_pageio_ops *pg_ops;93 const struct nfs_rw_ops *pg_rw_ops;94 int pg_ioflags;95 int pg_error;96 const struct rpc_call_ops *pg_rpc_callops;97 const struct nfs_pgio_completion_ops *pg_completion_ops;98 struct pnfs_layout_segment *pg_lseg;[all …]