Searched refs:block_map_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dencodings.h141 struct block_map_entry { struct
174 struct block_map_entry entries[];
257 struct block_map_entry mapping;
263 struct block_map_entry unmapping;
298 struct block_map_entry block_map_entry; member in struct:packed_recovery_journal_entry_1
839 static inline struct block_map_entry
842 return (struct block_map_entry) {
849 static inline struct data_location vdo_unpack_block_map_entry(const struct block_map_entry *entry)
H A Drepair.c34 struct block_map_entry block_map_entry; member in struct:numbered_block_mapping
1000 page->entries[current_entry->block_map_slot.slot] = current_entry->block_map_entry;
1304 entry->mapping = vdo_unpack_block_map_entry(&packed_entry->block_map_entry);
1343 .block_map_entry = vdo_pack_block_map_entry(entry.mapping.pbn,
1485 .block_map_entry = vdo_pack_block_map_entry(entry.mapping.pbn,
H A Dblock-map.h46 extern const struct block_map_entry UNMAPPED_BLOCK_MAP_ENTRY;
H A Dblock-map.c111 const struct block_map_entry UNMAPPED_BLOCK_MAP_ENTRY = {
2869 sizeof(struct block_map_entry)));
3115 const struct block_map_entry *entry)
3168 const struct block_map_entry *entry;

Completed in 125 milliseconds