Searched defs:fuse_file_info (Results 1 – 1 of 1) sorted by relevance
100 struct fuse_file_info { struct101 int32_t flags;102 uint32_t fh_old; /* Removed as of FUSE 3.0. */103 int32_t writepage:1;104 uint32_t direct_io:1;105 uint32_t keep_cache:1;106 uint32_t flush:1;107 uint32_t nonseekable:1; /* Added on FUSE 2.8. */108 uint32_t flock_release:1; /* Added on FUSE 2.9. */109 uint32_t cache_readdir:1; /* Added on FUSE 3.5. */[all …]