Searched defs:control_device (Results 1 – 4 of 4) sorted by relevance
333 DmTargetUser(uint64_t start, uint64_t length, std::string control_device) in DmTargetUser()337 std::string control_device() const { return control_device_; } in control_device() function
574 auto control_device = "/dev/dm-user/" + misc_name; in MapDmUserCow() local1839 std::string control_device = "/dev/dm-user/" + misc_name; in PerformInitTransition() local2865 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapDmUserDevice() local2905 auto control_device = "/dev/dm-user/" + dm_user_name; in UnmapUserspaceSnapshotDevice() local4477 std::string control_device = "/dev/dm-user/" + misc_name; in DetachFirstStageSnapuserdForSelinux() local
184 bool SnapuserdClient::WaitForDeviceDelete(const std::string& control_device) { in WaitForDeviceDelete()
203 std::string control_device = NextArg(); in Next() local