Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dfiemap.h44 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/Linux-v5.10/fs/ext4/
Dextents.c4897 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()
4901 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_fiemap()
4939 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_get_es_cache()
4943 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_get_es_cache()
/Linux-v5.10/fs/f2fs/
Ddata.c1925 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()