Searched refs:vdo_unpack_block_map_entry (Results 1 – 2 of 2) sorted by relevance
849 static inline struct data_location vdo_unpack_block_map_entry(const struct block_map_entry *entry) in vdo_unpack_block_map_entry() function939 .mapping = vdo_unpack_block_map_entry(&entry->mapping), in vdo_unpack_recovery_journal_entry()940 .unmapping = vdo_unpack_block_map_entry(&entry->unmapping), in vdo_unpack_recovery_journal_entry()
405 struct data_location mapping = vdo_unpack_block_map_entry(&page->entries[slot]); in remove_out_of_bounds_entries()425 struct data_location mapping = vdo_unpack_block_map_entry(&page->entries[slot]); in process_slot()1302 entry->mapping = vdo_unpack_block_map_entry(&packed_entry->block_map_entry); in unpack_entry()