Lines Matching defs:fuse_req
304 struct fuse_req { struct
307 struct list_head list;
310 struct list_head intr_entry;
313 atomic_t count;
316 u64 intr_unique;
319 unsigned long flags;
322 struct fuse_in in;
346 struct fuse_req *next; argument
349 } misc;
352 struct page **pages;
355 struct fuse_page_desc *page_descs;
358 unsigned max_pages;
382 void (*end)(struct fuse_conn *, struct fuse_req *); argument
385 struct file *stolen_file;