Lines Matching defs:netfs_io_subrequest
148 struct netfs_io_subrequest { struct
149 struct netfs_io_request *rreq; /* Supervising I/O request */
150 struct list_head rreq_link; /* Link in rreq->subrequests */
151 loff_t start; /* Where to start the I/O */
152 size_t len; /* Size of the I/O */
153 size_t transferred; /* Amount of data transferred */
154 refcount_t ref;
155 short error; /* 0 or error that occurred */
156 unsigned short debug_index; /* Index in list (for debugging output) */
157 enum netfs_io_source source; /* Where to read from/write to */
158 unsigned long flags;