Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfuse.h309 #define FOPEN_KEEP_CACHE (1 << 1) macro
/Linux-v6.1/fs/fuse/
Dfile.c140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()
262 else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_open_common()
Ddir.c635 else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_create_open()