Searched refs:FIEMAP_FLAG_CACHE (Results 1 – 3 of 3) sorted by relevance
20 #if defined(FIEMAP_FLAG_CACHE) || (defined(HAVE_DECL_FIEMAP_FLAG_CACHE) && HAVE_DECL_FIEMAP_FLAG_CA…22 static_assert((FIEMAP_FLAG_CACHE) == (4), "FIEMAP_FLAG_CACHE != 4");25 # define FIEMAP_FLAG_CACHE 440 XLAT(FIEMAP_FLAG_CACHE),
3 FIEMAP_FLAG_CACHE 4
44 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro