Searched defs:netfs_io_subrequest (Results 1 – 1 of 1) sorted by relevance
173 struct netfs_io_subrequest { struct175 struct work_struct work;178 unsigned long long start; /* Where to start the I/O */179 size_t len; /* Size of the I/O */180 size_t transferred; /* Amount of data transferred */181 size_t consumed; /* Amount of read data consumed */184 refcount_t ref;185 short error; /* 0 or error that occurred */187 unsigned int nr_segs; /* Number of segs in io_iter */191 unsigned char curr_folio_order; /* Order of folio */[all …]
Completed in 6 milliseconds