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