Searched refs:encode_u64_le (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | config.c | 211 encode_u64_le(buffer, &offset, config->nonce); in uds_write_config_contents() 220 encode_u64_le(buffer, &offset, geometry->remapped_virtual); in uds_write_config_contents() 221 encode_u64_le(buffer, &offset, geometry->remapped_physical); in uds_write_config_contents()
|
H A D | index-page-map.c | 127 encode_u64_le(buffer, &offset, map->last_update); in uds_write_index_page_map()
|
H A D | volume-index.c | 1020 encode_u64_le(buffer, &offset, sub_index->volume_nonce); in start_saving_volume_sub_index() 1021 encode_u64_le(buffer, &offset, volume_index_zone->virtual_chapter_low); in start_saving_volume_sub_index() 1022 encode_u64_le(buffer, &offset, volume_index_zone->virtual_chapter_high); in start_saving_volume_sub_index()
|
H A D | delta-index.c | 1136 encode_u64_le(buffer, &offset, delta_zone->record_count); in uds_start_saving_delta_index() 1137 encode_u64_le(buffer, &offset, delta_zone->collision_count); in uds_start_saving_delta_index()
|
/linux/drivers/md/dm-vdo/ |
H A D | numeric.h | 36 static inline void encode_u64_le(u8 *data, size_t *offset, u64 to_encode) in encode_u64_le() function
|