Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfiemap.h44 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/Linux-v5.15/fs/ext4/
Dextents.c4910 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()
4914 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_fiemap()
4952 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_get_es_cache()
4956 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_get_es_cache()
/Linux-v5.15/fs/f2fs/
Ddata.c1886 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()