Home
last modified time | relevance | path

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

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