Searched refs:block_map_entry (Results 1 – 3 of 3) sorted by relevance
141 struct block_map_entry { struct174 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; member839 static inline struct block_map_entry842 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()
34 struct block_map_entry block_map_entry; member1000 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()
46 extern const struct block_map_entry UNMAPPED_BLOCK_MAP_ENTRY;