Lines Matching defs:fuse_file
182 struct fuse_file { struct
184 struct fuse_mount *fm;
187 struct fuse_release_args *release_args;
190 u64 kh;
193 u64 fh;
196 u64 nodeid;
199 refcount_t count;
202 u32 open_flags;
205 struct list_head write_entry;
208 struct {
224 } readdir;
227 struct rb_node polled_node;
230 wait_queue_head_t poll_wait;
233 bool flock:1;