Home
last modified time | relevance | path

Searched refs:auto_cache (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dfuse.c67 int auto_cache; member
1186 if (f->conf.auto_cache) { in lookup_path()
1399 if (f->conf.auto_cache) { in fuse_lib_getattr()
1490 if (f->conf.auto_cache) { in fuse_lib_setattr()
1902 if (f->conf.auto_cache) in fuse_lib_open()
2879 FUSE_LIB_OPT("auto_cache", auto_cache, 1),
2880 FUSE_LIB_OPT("noauto_cache", auto_cache, 0),