recovery_journal_entry
vdo_pack_recovery_journal_entry(const struct recovery_journal_entry *entry)
static inline struct recovery_journal_entry
return (struct recovery_journal_entry) {
struct recovery_journal_entry new_entry;
new_entry = (struct recovery_journal_entry) {
struct recovery_journal_entry *entry)
struct recovery_journal_entry entry;
struct recovery_journal_entry entry = get_entry(repair, &recovery_point);
struct recovery_journal_entry entry = get_entry(repair, &recovery_point);
static struct recovery_journal_entry get_entry(const struct repair_completion *repair,
const struct recovery_journal_entry *entry)
struct recovery_journal_entry entry = get_entry(repair, recovery_point);