Home
last modified time | relevance | path

Searched refs:FIEMAP_FLAG_CACHE (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dfiemap.h62 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/linux-6.15/Documentation/filesystems/
H A Dfiemap.rst52 FIEMAP_FLAG_CACHE
/linux-6.15/fs/ext4/
H A Dextents.c4959 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()
4963 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_fiemap()
5001 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_get_es_cache()
5005 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_get_es_cache()
/linux-6.15/fs/f2fs/
H A Ddata.c1911 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()