Lines Matching defs:fuse_file
177 struct fuse_file { struct
179 struct fuse_mount *fm;
182 struct fuse_release_args *release_args;
185 u64 kh;
188 u64 fh;
191 u64 nodeid;
194 refcount_t count;
197 u32 open_flags;
200 struct list_head write_entry;
203 struct {
219 } readdir;
222 struct rb_node polled_node;
225 wait_queue_head_t poll_wait;
228 bool flock:1;