Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr.h128 android::fs_mgr::Fstab* fstab, const std::string& data_block_device);
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1694 static bool fs_mgr_unmount_all_data_mounts(const std::string& data_block_device) { in fs_mgr_unmount_all_data_mounts() argument
1695 LINFO << __FUNCTION__ << "(): about to umount everything on top of " << data_block_device; in fs_mgr_unmount_all_data_mounts()
1713 if (data_block_device == block_device) { in fs_mgr_unmount_all_data_mounts()
1726 << data_block_device; in fs_mgr_unmount_all_data_mounts()
1766 const std::string& data_block_device) { in fs_mgr_get_mounted_entry_for_userdata() argument
1768 if (!UnwindDmDeviceStack(data_block_device, &dm_stack)) { in fs_mgr_get_mounted_entry_for_userdata()
1769 LERROR << "Failed to unwind dm-device stack for " << data_block_device; in fs_mgr_get_mounted_entry_for_userdata()
1791 LERROR << "Didn't find entry that was used to mount /data onto " << data_block_device; in fs_mgr_get_mounted_entry_for_userdata()