Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dencodings.h237 unsigned slot_low : 6; member
241 unsigned slot_low : 6;
278 unsigned slot_low : 6; member
282 unsigned slot_low : 6;
909 .slot_low = entry->slot.slot & 0x3F, in vdo_pack_recovery_journal_entry()
937 .slot = (entry->slot_low | (entry->slot_high << 6)), in vdo_unpack_recovery_journal_entry()
Drepair.c1300 .slot = (packed_entry->slot_low | (packed_entry->slot_high << 6)), in unpack_entry()