Lines Matching defs:fuse_file_info
50 struct fuse_file_info { struct
52 int flags;
60 unsigned int writepage : 1;
63 unsigned int direct_io : 1;
69 unsigned int keep_cache : 1;
73 unsigned int parallel_direct_writes : 1;
78 unsigned int flush : 1;
82 unsigned int nonseekable : 1;
87 unsigned int flock_release : 1;
93 unsigned int cache_readdir : 1;
97 unsigned int noflush : 1;
100 unsigned int padding : 23;
101 unsigned int padding2 : 32;
106 uint64_t fh;
109 uint64_t lock_owner;
113 uint32_t poll_events;