Home
last modified time | relevance | path

Searched defs:fiemap (Results 1 – 4 of 4) sorted by relevance

/system/vold/
Dsecdiscard.cpp127 auto fiemap = android::vold::PathFiemap(path, max_extents); in secdiscard_path() local
154 bool check_fiemap(const struct fiemap& fiemap, const std::string& path) { in check_fiemap()
DFileDeviceUtils.cpp77 auto fiemap = alloc_fiemap(extent_count); in PathFiemap() local
DCheckEncryption.cpp95 auto fiemap = PathFiemap(needle, max_extents); in check_file() local
/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer.cpp469 struct fiemap* fiemap = reinterpret_cast<struct fiemap*>(buffer.get()); in ReadFiemap() local