Searched refs:data_block_device (Results 1 – 2 of 2) sorted by relevance
128 android::fs_mgr::Fstab* fstab, const std::string& data_block_device);
1694 static bool fs_mgr_unmount_all_data_mounts(const std::string& data_block_device) { in fs_mgr_unmount_all_data_mounts() argument1695 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() argument1768 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()