Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dfiemap.h44 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/Linux-v6.1/fs/ext4/
Dextents.c4949 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()
4953 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_fiemap()
4991 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_get_es_cache()
4995 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_get_es_cache()
/Linux-v6.1/fs/f2fs/
Ddata.c1898 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()