Lines Matching defs:fuse_file
195 struct fuse_file { struct
197 struct fuse_mount *fm;
200 struct fuse_release_args *release_args;
203 u64 kh;
206 u64 fh;
209 u64 nodeid;
212 refcount_t count;
215 u32 open_flags;
218 struct list_head write_entry;
221 struct {
237 } readdir;
240 struct fuse_passthrough passthrough;
243 struct rb_node polled_node;
246 wait_queue_head_t poll_wait;
249 bool flock:1;