Searched refs:recovery_point (Results 1 – 3 of 3) sorted by relevance
43 struct recovery_point { struct111 struct recovery_point tail_recovery_point;113 struct recovery_point next_recovery_point;658 static void increment_recovery_point(struct recovery_point *point) in increment_recovery_point()698 static bool __must_check before_recovery_point(const struct recovery_point *first, in before_recovery_point()699 const struct recovery_point *second) in before_recovery_point()734 const struct recovery_point *point) in get_entry()795 struct recovery_point *recovery_point; in add_slab_journal_entries() local805 for (recovery_point = &repair->next_recovery_point; in add_slab_journal_entries()806 before_recovery_point(recovery_point, &repair->tail_recovery_point); in add_slab_journal_entries()[all …]
882 static struct journal_point expand_journal_point(struct journal_point recovery_point, in expand_journal_point() argument885 recovery_point.entry_count *= 2; in expand_journal_point()887 recovery_point.entry_count++; in expand_journal_point()889 return recovery_point; in expand_journal_point()905 struct journal_point recovery_point) in add_entry() argument910 result = VDO_ASSERT(vdo_before_journal_point(&journal->tail_header.recovery_point, in add_entry()911 &recovery_point), in add_entry()913 (unsigned long long) recovery_point.sequence_number, in add_entry()914 recovery_point.entry_count, in add_entry()915 (unsigned long long) journal->tail_header.recovery_point.sequence_number, in add_entry()[all …]
521 struct journal_point *recovery_point,