Home
last modified time | relevance | path

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

/linux-6.15/fs/fuse/
H A Dreaddir.c119 if (ff->open_flags & FOPEN_CACHE_DIR) in fuse_emit()
369 if (ff->open_flags & FOPEN_CACHE_DIR) in fuse_readdir_uncached()
599 if (ff->open_flags & FOPEN_CACHE_DIR) in fuse_readdir()
H A Dfile.c140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()
/linux-6.15/include/uapi/linux/
H A Dfuse.h382 #define FOPEN_CACHE_DIR (1 << 3) macro