Lines Matching refs:time
32 * dev id, virtual block) -> block_time. Block time is a 64-bit
33 * field holding the time in the low 24 bits, and block in the top 40
109 __le32 time;
122 * 2-level btree mapping (dev_id, (dev block, time)) -> data block
186 uint32_t time;
584 disk_super->time = 0;
829 * We re-read the superblock every time. Shouldn't need to do this
838 pmd->time = le32_to_cpu(disk_super->time);
928 disk_super->time = cpu_to_le32(pmd->time);
967 pmd->time = 0;
1076 details_le.creation_time = cpu_to_le32(pmd->time);
1077 details_le.snapshotted_time = cpu_to_le32(pmd->time);
1161 dm_thin_id origin, uint32_t time)
1171 td->snapshotted_time = time;
1174 snap->snapshotted_time = time;
1214 pmd->time++;
1220 r = __set_snapshot_details(pmd, td, origin, pmd->time);
1523 * Check whether @time (of block creation) is older than @td's last snapshot.
1528 static bool __snapshotted_since(struct dm_thin_device *td, uint32_t time)
1530 return td->snapshotted_time > time;
1673 value = cpu_to_le64(pack_block_time(data_block, pmd->time));