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.h390 #define FOPEN_CACHE_DIR (1 << 3) macro
/linux/fs/fuse/
H A Dfile.c158 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()