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

/linux-master/drivers/md/
H A Ddm-thin-metadata.c1043 struct disk_device_details details_le; local
1065 &key, &details_le);
1074 details_le.mapped_blocks = 0;
1075 details_le.transaction_id = cpu_to_le64(pmd->trans_id);
1076 details_le.creation_time = cpu_to_le32(pmd->time);
1077 details_le.snapshotted_time = cpu_to_le32(pmd->time);
1089 (*td)->mapped_blocks = le64_to_cpu(details_le.mapped_blocks);
1090 (*td)->transaction_id = le64_to_cpu(details_le.transaction_id);
1091 (*td)->creation_time = le32_to_cpu(details_le.creation_time);
1092 (*td)->snapshotted_time = le32_to_cpu(details_le
[all...]

Completed in 90 milliseconds