Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse.h245 int auto_cache; member
/external/libfuse/lib/
Dfuse.c2521 if (f->conf.auto_cache) { in do_lookup()
2797 if (f->conf.auto_cache) in fuse_lib_getattr()
2893 if (f->conf.auto_cache) { in fuse_lib_setattr()
3273 if (f->conf.auto_cache) in fuse_lib_open()
4649 FUSE_LIB_OPT("auto_cache", auto_cache, 1),
4650 FUSE_LIB_OPT("noauto_cache", auto_cache, 0),