Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dfiemap_status.cpp19 namespace android::fiemap { namespace
Dpassthrough.cpp20 namespace fiemap { namespace
Dfiemap_writer.cpp44 namespace fiemap { namespace
502 struct fiemap fiemap = {}; in CountFiemapExtents() local
532 static bool FiemapToExtents(struct fiemap* fiemap, std::vector<struct fiemap_extent>* extents, in FiemapToExtents()
601 struct fiemap* fiemap = reinterpret_cast<struct fiemap*>(buffer.get()); in ReadFiemap() local
Dutility.cpp33 namespace fiemap { namespace
Dmetadata.cpp30 namespace fiemap { namespace
Dsplit_fiemap_writer.cpp38 namespace fiemap { namespace
Dbinder.cpp27 namespace fiemap { namespace
Dimage_manager.cpp35 namespace fiemap { namespace
646 auto fiemap = SplitFiemap::Open(image_path); in Validate() local
Dfiemap_writer_test.cpp43 namespace fiemap { namespace
/system/vold/
Dsecdiscard.cpp127 auto fiemap = android::vold::PathFiemap(path, max_extents); in secdiscard_path() local
158 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