Lines Matching defs:fuse_file
219 struct fuse_file { struct
224 union fuse_file_args *args; argument
227 u64 kh;
230 u64 fh;
233 u64 nodeid;
236 refcount_t count;
239 u32 open_flags;
242 struct list_head write_entry;
245 struct {
255 } readdir;
258 struct rb_node polled_node;
261 wait_queue_head_t poll_wait;
264 enum { IOM_NONE, IOM_CACHED, IOM_UNCACHED } iomode;
268 struct file *passthrough;
269 const struct cred *cred;
273 bool flock:1;