Lines Matching defs:netfs_io_subrequest
176 struct netfs_io_subrequest { struct
177 struct netfs_io_request *rreq; /* Supervising I/O request */
178 struct work_struct work;
179 struct list_head rreq_link; /* Link in rreq->subrequests */
180 struct iov_iter io_iter; /* Iterator for this subrequest */
181 unsigned long long start; /* Where to start the I/O */
182 size_t len; /* Size of the I/O */
183 size_t transferred; /* Amount of data transferred */
184 refcount_t ref;
185 short error; /* 0 or error that occurred */
186 unsigned short debug_index; /* Index in list (for debugging output) */
187 unsigned int nr_segs; /* Number of segs in io_iter */
188 u8 retry_count; /* The number of retries (0 on initial pass) */
189 enum netfs_io_source source; /* Where to read from/write to */
190 unsigned char stream_nr; /* I/O stream this belongs to */
191 unsigned long flags;