Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h233 struct dm_target_spec spec;
236 TargetInfo(const struct dm_target_spec& spec, const std::string& data) in TargetInfo()
247 static std::string GetTargetType(const struct dm_target_spec& spec);
/aosp12/system/core/fs_mgr/libdm/
H A Ddm_target.cpp36 std::string data(sizeof(dm_target_spec), '\0'); in Serialize()
47 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&data[0]); in Serialize()
H A Ddm.cpp538 if (cursor + sizeof(struct dm_target_spec) > data_end) { in GetTable()
544 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable()
545 uint32_t data_offset = cursor + sizeof(dm_target_spec); in GetTable()
573 std::string DeviceMapper::GetTargetType(const struct dm_target_spec& spec) { in GetTargetType()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Ddm-ioctl.h41 struct dm_target_spec { struct