Searched refs:FOPEN_CACHE_DIR (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ | ||
| H A D | fuse.h | 390 #define FOPEN_CACHE_DIR (1 << 3) macro |
| /linux/fs/fuse/ | ||
| H A D | file.c | 158 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open() |