Lines Matching defs:fuse_file
242 struct fuse_file { struct
247 union fuse_file_args *args; argument
250 u64 kh;
253 u64 fh;
256 u64 nodeid;
259 refcount_t count;
262 u32 open_flags;
265 struct list_head write_entry;
268 struct {
278 } readdir;
281 struct rb_node polled_node;
284 wait_queue_head_t poll_wait;
287 enum { IOM_NONE, IOM_CACHED, IOM_UNCACHED } iomode;
291 struct file *passthrough;
292 const struct cred *cred;
296 bool flock:1;