Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dfiemap.h64 #define FIEMAP_FLAG_CACHE 0x00000004 /* request caching of the extents */ macro
/third_party/e2fsprogs/misc/
Dfilefrag.c257 flags |= FIEMAP_FLAG_CACHE; in filefrag_fiemap()