Lines Matching refs:details_le
909 struct disk_device_details details_le; in __open_device() local
931 &key, &details_le); in __open_device()
940 details_le.mapped_blocks = 0; in __open_device()
941 details_le.transaction_id = cpu_to_le64(pmd->trans_id); in __open_device()
942 details_le.creation_time = cpu_to_le32(pmd->time); in __open_device()
943 details_le.snapshotted_time = cpu_to_le32(pmd->time); in __open_device()
955 (*td)->mapped_blocks = le64_to_cpu(details_le.mapped_blocks); in __open_device()
956 (*td)->transaction_id = le64_to_cpu(details_le.transaction_id); in __open_device()
957 (*td)->creation_time = le32_to_cpu(details_le.creation_time); in __open_device()
958 (*td)->snapshotted_time = le32_to_cpu(details_le.snapshotted_time); in __open_device()
976 struct disk_device_details details_le; in __create_thin() local
981 &key, &details_le); in __create_thin()
1054 struct disk_device_details details_le; in __create_snap() local
1059 &dev_key, &details_le); in __create_snap()