Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h51 * - add FOPEN_DIRECT_IO and FOPEN_KEEP_CACHE flags
368 * FOPEN_KEEP_CACHE: don't invalidate the data cache on open macro
377 #define FOPEN_KEEP_CACHE (1 << 1)
/linux/fs/fuse/
H A Ddir.c718 else if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_create_open()
1687 if (!(ff->open_flags & FOPEN_KEEP_CACHE)) in fuse_dir_open()
H A 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()