Searched defs:netfs_io_request (Results 1 – 1 of 1) sorted by relevance
176 struct netfs_io_request { struct177 struct work_struct work;178 struct inode *inode; /* The file being accessed */179 struct address_space *mapping; /* The mapping being accessed */180 struct netfs_cache_resources cache_resources;181 struct list_head subrequests; /* Contributory I/O operations */182 void *netfs_priv; /* Private data for the netfs */183 unsigned int debug_id;184 atomic_t nr_outstanding; /* Number of ops in progress */208 int (*init_request)(struct netfs_io_request *rreq, struct file *file); argument