Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Drepair.c1279 struct packed_recovery_journal_entry *packed_entry = in unpack_entry() local
1282 *entry = vdo_unpack_recovery_journal_entry(packed_entry); in unpack_entry()
1286 struct packed_recovery_journal_entry_1 *packed_entry = in unpack_entry() local
1289 if (packed_entry->operation == VDO_JOURNAL_DATA_INCREMENT) in unpack_entry()
1291 else if (packed_entry->operation == VDO_JOURNAL_BLOCK_MAP_INCREMENT) in unpack_entry()
1296 low32 = __le32_to_cpu(packed_entry->pbn_low_word); in unpack_entry()
1297 high4 = packed_entry->pbn_high_nibble; in unpack_entry()
1300 .slot = (packed_entry->slot_low | (packed_entry->slot_high << 6)), in unpack_entry()
1302 entry->mapping = vdo_unpack_block_map_entry(&packed_entry->block_map_entry); in unpack_entry()