Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dencodings.h226 struct packed_recovery_journal_entry { struct
368 struct packed_recovery_journal_entry entries[];
375 sizeof(struct packed_recovery_journal_entry)),
879 static inline struct packed_recovery_journal_entry
882 return (struct packed_recovery_journal_entry) {
903 vdo_unpack_recovery_journal_entry(const struct packed_recovery_journal_entry *entry)
236 operationpacked_recovery_journal_entry global() argument
237 slot_lowpacked_recovery_journal_entry global() argument
238 slot_highpacked_recovery_journal_entry global() argument
239 pbn_high_nibblepacked_recovery_journal_entry global() argument
267 unmappingpacked_recovery_journal_entry global() argument
H A 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()
H A Drecovery-journal.c669 sizeof(struct packed_recovery_journal_entry))); in initialize_recovery_block()
1340 struct packed_recovery_journal_entry *packed_entry; in add_queued_recovery_entries()