Searched refs:auto_cache (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 67 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), 2910 " -o [no]auto_cache enable caching based on modification times (off)\n" in fuse_lib_help()
|
/third_party/libfuse/include/ |
H A D | fuse.h | 248 int auto_cache; member 260 * for the purpose of checking if auto_cache should flush the
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2472 if (f->conf.auto_cache) { in do_lookup() 2744 if (f->conf.auto_cache) in fuse_lib_getattr() 2840 if (f->conf.auto_cache) { in fuse_lib_setattr() 3236 if (f->conf.auto_cache) in fuse_lib_open() 4655 FUSE_LIB_OPT("auto_cache", auto_cache, 1), 4656 FUSE_LIB_OPT("noauto_cache", auto_cache, 0), 4710 " -o [no]auto_cache enable caching based on modification times (off)\n" in fuse_lib_help()
|
Completed in 13 milliseconds