Lines Matching defs:fuse_file
239 struct fuse_file { struct
244 union fuse_file_args *args; argument
247 u64 kh;
250 u64 fh;
253 u64 nodeid;
256 refcount_t count;
259 u32 open_flags;
262 struct list_head write_entry;
265 struct {
275 } readdir;
278 struct rb_node polled_node;
281 wait_queue_head_t poll_wait;
284 enum { IOM_NONE, IOM_CACHED, IOM_UNCACHED } iomode;
288 struct file *passthrough;
289 const struct cred *cred;
293 bool flock:1;