Home
last modified time | relevance | path

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

/system/vold/
DFileDeviceUtils.cpp35 std::unique_ptr<struct fiemap> alloc_fiemap(uint32_t extent_count);
77 auto fiemap = alloc_fiemap(extent_count); in PathFiemap()
96 std::unique_ptr<struct fiemap> alloc_fiemap(uint32_t extent_count) { in alloc_fiemap() function