Searched refs:FUSE_LIB_OPT (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 2864 #define FUSE_LIB_OPT(t, p, v) { t, offsetof(struct fuse_config, p), v } macro 2871 FUSE_LIB_OPT("debug", debug, 1), 2872 FUSE_LIB_OPT("-d", debug, 1), 2873 FUSE_LIB_OPT("hard_remove", hard_remove, 1), 2874 FUSE_LIB_OPT("use_ino", use_ino, 1), 2875 FUSE_LIB_OPT("readdir_ino", readdir_ino, 1), 2876 FUSE_LIB_OPT("direct_io", direct_io, 1), 2877 FUSE_LIB_OPT("kernel_cache", kernel_cache, 1), 2879 FUSE_LIB_OPT("auto_cache", auto_cache, 1), 2880 FUSE_LIB_OPT("noauto_cache", auto_cache, 0), [all …]
|