Home
last modified time | relevance | path

Searched refs:encode_u32_le (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/indexer/
Dconfig.c203 encode_u32_le(buffer, &offset, geometry->record_pages_per_chapter); in uds_write_config_contents()
204 encode_u32_le(buffer, &offset, geometry->chapters_per_volume); in uds_write_config_contents()
205 encode_u32_le(buffer, &offset, geometry->sparse_chapters_per_volume); in uds_write_config_contents()
206 encode_u32_le(buffer, &offset, config->cache_chapters); in uds_write_config_contents()
207 encode_u32_le(buffer, &offset, 0); in uds_write_config_contents()
208 encode_u32_le(buffer, &offset, config->volume_index_mean_delta); in uds_write_config_contents()
209 encode_u32_le(buffer, &offset, geometry->bytes_per_page); in uds_write_config_contents()
210 encode_u32_le(buffer, &offset, config->sparse_sample_rate); in uds_write_config_contents()
Dindex-layout.c534 encode_u32_le(buffer, offset, 0); in encode_region_table()
555 encode_u32_le(buffer, &offset, isl->save_data.version); in write_index_save_header()
556 encode_u32_le(buffer, &offset, 0); in write_index_save_header()
558 encode_u32_le(buffer, &offset, INDEX_STATE_VERSION_301.signature); in write_index_save_header()
559 encode_u32_le(buffer, &offset, INDEX_STATE_VERSION_301.version_id); in write_index_save_header()
728 encode_u32_le(buffer, &offset, layout->super.version); in write_layout_header()
729 encode_u32_le(buffer, &offset, layout->super.block_size); in write_layout_header()
732 encode_u32_le(buffer, &offset, 0); in write_layout_header()
837 encode_u32_le(buffer, &offset, isl->save_data.version); in generate_index_save_nonce()
838 encode_u32_le(buffer, &offset, 0U); in generate_index_save_nonce()
Dvolume-index.c1023 encode_u32_le(buffer, &offset, first_list); in start_saving_volume_sub_index()
1024 encode_u32_le(buffer, &offset, list_count); in start_saving_volume_sub_index()
1068 encode_u32_le(buffer, &offset, volume_index->sparse_sample_rate); in start_saving_volume_index()
Ddelta-index.c1132 encode_u32_le(buffer, &offset, zone_number); in uds_start_saving_delta_index()
1133 encode_u32_le(buffer, &offset, delta_index->zone_count); in uds_start_saving_delta_index()
1134 encode_u32_le(buffer, &offset, delta_zone->first_list); in uds_start_saving_delta_index()
1135 encode_u32_le(buffer, &offset, delta_zone->list_count); in uds_start_saving_delta_index()
/linux-6.12.1/drivers/md/dm-vdo/
Dnumeric.h60 static inline void encode_u32_le(u8 *data, size_t *offset, u32 to_encode) in encode_u32_le() function
Dencodings.c1409 encode_u32_le(buffer, offset, states->unused); in vdo_encode_component_states()
1435 encode_u32_le(buffer, &offset, checksum); in vdo_encode_super_block()