Lines Matching defs:fuse_file
197 struct fuse_file { struct
199 struct fuse_mount *fm;
202 struct fuse_release_args *release_args;
205 u64 kh;
208 u64 fh;
211 u64 nodeid;
214 refcount_t count;
217 u32 open_flags;
220 struct list_head write_entry;
223 struct {
239 } readdir;
242 struct rb_node polled_node;
245 wait_queue_head_t poll_wait;
248 bool flock:1;