Home
last modified time | relevance | path

Searched defs:netfs_io_subrequest (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
H A Dnetfs.h176 struct netfs_io_subrequest { struct
178 struct work_struct work;
179 struct list_head rreq_link; /* Link in rreq->subrequests */
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 */
187 unsigned int nr_segs; /* Number of segs in io_iter */
190 unsigned char stream_nr; /* I/O stream this belongs to */
[all …]