Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h160 * - add FOPEN_CACHE_DIR
370 * FOPEN_CACHE_DIR: allow caching this directory macro
379 #define FOPEN_CACHE_DIR (1 << 3)
/linux/fs/fuse/
H A Dfile.c140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()