Searched refs:FIEMAP_FLAG_CACHE (Results 1 – 3 of 3) sorted by relevance
44 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
4948 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_fiemap()4952 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_fiemap()4990 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in ext4_get_es_cache()4994 fieinfo->fi_flags &= ~FIEMAP_FLAG_CACHE; in ext4_get_es_cache()
1928 if (fieinfo->fi_flags & FIEMAP_FLAG_CACHE) { in f2fs_fiemap()
Completed in 18 milliseconds