Home
last modified time | relevance | path

Searched refs:FUSE_LIB_OPT (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c2864 #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_cach
[all...]
/third_party/libfuse/lib/
H A Dfuse.c4647 #define FUSE_LIB_OPT(t, p, v) { t, offsetof(struct fuse_config, p), v } macro
4652 FUSE_LIB_OPT("debug", debug, 1),
4653 FUSE_LIB_OPT("-d", debug, 1),
4654 FUSE_LIB_OPT("kernel_cache", kernel_cache, 1),
4655 FUSE_LIB_OPT("auto_cache", auto_cache, 1),
4656 FUSE_LIB_OPT("noauto_cache", auto_cache, 0),
4657 FUSE_LIB_OPT("no_rofd_flush", no_rofd_flush, 1),
4658 FUSE_LIB_OPT("umask=", set_mode, 1),
4659 FUSE_LIB_OPT("umask=%o", umask, 0),
4660 FUSE_LIB_OPT("ui
[all...]

Completed in 11 milliseconds