Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetfs.h111 struct netfs_read_subrequest { struct
112 struct netfs_read_request *rreq; /* Supervising read request */
113 struct list_head rreq_link; /* Link in rreq->subrequests */
114 loff_t start; /* Where to start the I/O */
115 size_t len; /* Size of the I/O */
116 size_t transferred; /* Amount of data transferred */
117 refcount_t usage;
118 short error; /* 0 or error that occurred */
119 unsigned short debug_index; /* Index in list (for debugging output) */
120 enum netfs_read_source source; /* Where to read from */
[all …]