Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dfuse.h368 #define FOPEN_KEEP_CACHE (1 << 1) macro
/linux-6.12.1/fs/fuse/
Dfile.c140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()
279 else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_open()
Ddir.c717 else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_create_open()