Searched defs:netfs_io_request (Results 1 – 3 of 3) sorted by relevance
31244 struct netfs_io_request { struct31245 union {31249 struct inode *inode;31250 struct address_space *mapping;31251 struct kiocb *iocb;31252 struct netfs_cache_resources cache_resources;31253 struct list_head proc_link;31254 struct list_head subrequests;31255 struct iov_iter iter;31279 void (*cleanup)(struct netfs_io_request *); argument
39490 struct netfs_io_request { struct39491 struct work_struct work;39492 struct inode *inode;39493 struct address_space *mapping;39494 struct netfs_cache_resources cache_resources;39495 struct list_head subrequests;39496 void *netfs_priv;39497 unsigned int debug_id;39498 atomic_t nr_outstanding;39499 atomic_t nr_copy_ops;[all …]