Lines Matching defs:netfs_io_subrequest
207 struct netfs_io_subrequest { struct
208 struct netfs_io_request *rreq; /* Supervising I/O request */
209 struct work_struct work;
210 struct list_head rreq_link; /* Link in rreq->subrequests */
211 struct iov_iter io_iter; /* Iterator for this subrequest */
212 loff_t start; /* Where to start the I/O */
213 size_t len; /* Size of the I/O */
214 size_t transferred; /* Amount of data transferred */
215 refcount_t ref;
216 short error; /* 0 or error that occurred */
217 unsigned short debug_index; /* Index in list (for debugging output) */
218 unsigned int max_nr_segs; /* 0 or max number of segments in an iterator */
219 enum netfs_io_source source; /* Where to read from/write to */
220 unsigned long flags;