Home
last modified time | relevance | path

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

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