Lines Matching defs:fuse_file
261 struct fuse_file { struct
263 struct fuse_mount *fm;
266 struct fuse_release_args *release_args;
269 u64 kh;
272 u64 fh;
275 u64 nodeid;
278 refcount_t count;
281 u32 open_flags;
284 struct list_head write_entry;
287 struct {
303 } readdir;
306 struct fuse_passthrough passthrough;
313 struct file *backing_file;
317 struct rb_node polled_node;
320 wait_queue_head_t poll_wait;
323 bool flock:1;