Lines Matching refs:time
30 * dev id, virtual block) -> block_time. Block time is a 64-bit
31 * field holding the time in the low 24 bits, and block in the top 40
106 __le32 time;
119 * 2-level btree mapping (dev_id, (dev block, time)) -> data block
183 uint32_t time;
555 disk_super->time = 0;
783 * We re-read the superblock every time. Shouldn't need to do this
792 pmd->time = le32_to_cpu(disk_super->time);
882 disk_super->time = cpu_to_le32(pmd->time);
921 pmd->time = 0;
1031 details_le.creation_time = cpu_to_le32(pmd->time);
1032 details_le.snapshotted_time = cpu_to_le32(pmd->time);
1116 dm_thin_id origin, uint32_t time)
1126 td->snapshotted_time = time;
1129 snap->snapshotted_time = time;
1169 pmd->time++;
1175 r = __set_snapshot_details(pmd, td, origin, pmd->time);
1478 * Check whether @time (of block creation) is older than @td's last snapshot.
1483 static bool __snapshotted_since(struct dm_thin_device *td, uint32_t time)
1485 return td->snapshotted_time > time;
1628 value = cpu_to_le64(pack_block_time(data_block, pmd->time));