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