Home
last modified time | relevance | path

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

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