Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dencodings.h238 unsigned slot_high : 4; member
244 unsigned slot_high : 4;
279 unsigned slot_high : 4; member
285 unsigned slot_high : 4;
885 .slot_high = (entry->slot.slot >> 6) & 0x0F, in vdo_pack_recovery_journal_entry()
912 .slot = (entry->slot_low | (entry->slot_high << 6)), in vdo_unpack_recovery_journal_entry()
H A Drepair.c1300 .slot = (packed_entry->slot_low | (packed_entry->slot_high << 6)), in unpack_entry()