Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnetfs.h225 struct netfs_io_request { struct
226 union {
230 struct inode *inode; /* The file being accessed */
231 struct address_space *mapping; /* The mapping being accessed */
232 struct kiocb *iocb; /* AIO completion vector */
233 struct netfs_cache_resources cache_resources;
234 struct readahead_control *ractl; /* Readahead descriptor */
235 struct list_head proc_link; /* Link in netfs_iorequests */
236 struct list_head subrequests; /* Contributory I/O operations */
237 struct netfs_io_stream io_streams[2]; /* Streams of parallel I/O operations */
[all …]