Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnetfs.h131 struct netfs_io_stream { struct
133 struct netfs_io_subrequest *construct; /* Op being constructed */
134 size_t sreq_max_len; /* Maximum size of a subrequest */
135 unsigned int sreq_max_segs; /* 0 or max number of segments in an iterator */
136 unsigned int submit_off; /* Folio offset we're submitting from */
137 unsigned int submit_len; /* Amount of data left to submit */
138 unsigned int submit_extendable_to; /* Amount I/O can be rounded up to */
139 void (*prepare_write)(struct netfs_io_subrequest *subreq);
140 void (*issue_write)(struct netfs_io_subrequest *subreq);
142 struct list_head subrequests; /* Contributory I/O operations */
[all …]