Searched defs:netfs_io_request (Results 1 – 1 of 1) sorted by relevance
246 struct netfs_io_request { struct247 union {251 struct inode *inode; /* The file being accessed */252 struct address_space *mapping; /* The mapping being accessed */253 struct kiocb *iocb; /* AIO completion vector */254 struct netfs_cache_resources cache_resources;255 struct list_head proc_link; /* Link in netfs_iorequests */256 struct list_head subrequests; /* Contributory I/O operations */257 struct iov_iter iter; /* Unencrypted-side iterator */258 struct iov_iter io_iter; /* I/O (Encrypted-side) iterator */[all …]