Home
last modified time | relevance | path

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

/drivers/md/dm-vdo/
A Dencodings.h221 struct data_location unmapping; member
263 struct block_map_entry unmapping; member
915 .unmapping = vdo_pack_block_map_entry(entry->unmapping.pbn, in vdo_pack_recovery_journal_entry()
916 entry->unmapping.state), in vdo_pack_recovery_journal_entry()
940 .unmapping = vdo_unpack_block_map_entry(&entry->unmapping), in vdo_unpack_recovery_journal_entry()
A Drepair.c757 !vdo_is_valid_location(&entry->unmapping) || in validate_recovery_journal_entry()
759 !vdo_is_physical_data_block(vdo->depot, entry->unmapping.pbn)) { in validate_recovery_journal_entry()
765 (unsigned long long) entry->unmapping.pbn, in validate_recovery_journal_entry()
772 (entry->unmapping.state != VDO_MAPPING_STATE_UNMAPPED) || in validate_recovery_journal_entry()
773 (entry->unmapping.pbn != VDO_ZERO_BLOCK))) { in validate_recovery_journal_entry()
779 (unsigned long long) entry->unmapping.pbn, in validate_recovery_journal_entry()
824 pbn = entry.unmapping.pbn; in add_slab_journal_entries()
1303 entry->unmapping = (struct data_location) { in unpack_entry()
1545 if (vdo_is_mapped_location(&entry.unmapping)) in compute_usages()
A Drecovery-journal.c1348 .unmapping = { in add_queued_recovery_entries()

Completed in 17 milliseconds