Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfs.h225 struct netfs_io_request { struct
226 union {
230 struct inode *inode; /* The file being accessed */
232 struct kiocb *iocb; /* AIO completion vector */
233 struct netfs_cache_resources cache_resources;
248 unsigned int debug_id;
253 spinlock_t lock; /* Lock for queuing subreqs */
258 long error; /* 0 or error that occurred */
261 u8 buffer_head_slot; /* First slot in ->buffer */
263 unsigned long long i_size; /* Size of the file */
[all …]