Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/ !
Dencodings.h226 struct packed_recovery_journal_entry { struct
368 struct packed_recovery_journal_entry entries[];
375 sizeof(struct packed_recovery_journal_entry)),
904 static inline struct packed_recovery_journal_entry
907 return (struct packed_recovery_journal_entry) { in vdo_pack_recovery_journal_entry()
928 vdo_unpack_recovery_journal_entry(const struct packed_recovery_journal_entry *entry) in vdo_unpack_recovery_journal_entry()
Drepair.c1279 struct packed_recovery_journal_entry *packed_entry = in unpack_entry()
1280 (struct packed_recovery_journal_entry *) packed; in unpack_entry()
1328 ? sizeof(struct packed_recovery_journal_entry) in append_sector_entries()
Drecovery-journal.c667 sizeof(struct packed_recovery_journal_entry))); in initialize_recovery_block()
1334 struct packed_recovery_journal_entry *packed_entry; in add_queued_recovery_entries()