Home
last modified time | relevance | path

Searched defs:fuse_file_info (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_common.h76 struct fuse_file_info { struct
78 int flags;
81 unsigned long fh_old;
85 int writepage;
89 unsigned int direct_io : 1;
93 unsigned int keep_cache : 1;
98 unsigned int flush : 1;
101 unsigned int padding : 29;
105 uint64_t fh;
108 uint64_t lock_owner;
/third_party/libfuse/include/
Dfuse_common.h50 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;
[all …]