Home
last modified time | relevance | path

Searched refs:block_map_entry (Results 1 – 3 of 3) sorted by relevance

/linux/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
839 static inline struct block_map_entry
842 return (struct block_map_entry) { in vdo_pack_block_map_entry()
849 static inline struct data_location vdo_unpack_block_map_entry(const struct block_map_entry *entry) in vdo_unpack_block_map_entry()
H A Drepair.c34 struct block_map_entry block_map_entry; member
1000 page->entries[current_entry->block_map_slot.slot] = current_entry->block_map_entry; in apply_journal_entries_to_page()
1302 entry->mapping = vdo_unpack_block_map_entry(&packed_entry->block_map_entry); in unpack_entry()
1341 .block_map_entry = vdo_pack_block_map_entry(entry.mapping.pbn, in append_sector_entries()
1485 .block_map_entry = vdo_pack_block_map_entry(entry.mapping.pbn, in extract_new_mappings()
H A Dblock-map.h46 extern const struct block_map_entry UNMAPPED_BLOCK_MAP_ENTRY;