Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-thin-metadata.c1021 struct disk_device_details details_le; in __open_device() local
1043 &key, &details_le); in __open_device()
1052 details_le.mapped_blocks = 0; in __open_device()
1053 details_le.transaction_id = cpu_to_le64(pmd->trans_id); in __open_device()
1054 details_le.creation_time = cpu_to_le32(pmd->time); in __open_device()
1055 details_le.snapshotted_time = cpu_to_le32(pmd->time); in __open_device()
1067 (*td)->mapped_blocks = le64_to_cpu(details_le.mapped_blocks); in __open_device()
1068 (*td)->transaction_id = le64_to_cpu(details_le.transaction_id); in __open_device()
1069 (*td)->creation_time = le32_to_cpu(details_le.creation_time); in __open_device()
1070 (*td)->snapshotted_time = le32_to_cpu(details_le.snapshotted_time); in __open_device()