Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfuse.h295 #define FOPEN_KEEP_CACHE (1 << 1) macro
/Linux-v5.15/fs/fuse/
Dfile.c140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()
217 } else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) { in fuse_finish_open()