Lines Matching defs:fuse_file
184 struct fuse_file { struct
186 struct fuse_mount *fm;
189 struct fuse_release_args *release_args;
192 u64 kh;
195 u64 fh;
198 u64 nodeid;
201 refcount_t count;
204 u32 open_flags;
207 struct list_head write_entry;
210 struct {
226 } readdir;
229 struct rb_node polled_node;
232 wait_queue_head_t poll_wait;
235 bool flock:1;