Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dencodings.h237 unsigned slot_low : 6; member
241 unsigned slot_low : 6;
278 unsigned slot_low : 6; member
282 unsigned slot_low : 6;
884 .slot_low = entry->slot.slot & 0x3F, 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()