Symbol: journal_point
drivers/md/dm-vdo/data-vio.h
239
struct journal_point recovery_journal_point;
drivers/md/dm-vdo/encodings.h
1087
static inline void vdo_advance_journal_point(struct journal_point *point,
drivers/md/dm-vdo/encodings.h
1104
static inline bool vdo_before_journal_point(const struct journal_point *first,
drivers/md/dm-vdo/encodings.h
1105
const struct journal_point *second)
drivers/md/dm-vdo/encodings.h
1118
static inline void vdo_pack_journal_point(const struct journal_point *unpacked,
drivers/md/dm-vdo/encodings.h
1132
struct journal_point *unpacked)
drivers/md/dm-vdo/encodings.h
478
struct journal_point recovery_point;
drivers/md/dm-vdo/recovery-journal.c
1095
data_vio->recovery_journal_point = (struct journal_point) {
drivers/md/dm-vdo/recovery-journal.h
175
struct journal_point append_point;
drivers/md/dm-vdo/recovery-journal.h
177
struct journal_point commit_point;
drivers/md/dm-vdo/repair.c
115
struct journal_point next_journal_point;
drivers/md/dm-vdo/repair.c
872
repair->next_journal_point = (struct journal_point) {
drivers/md/dm-vdo/slab-depot.c
1574
static bool __must_check is_valid_journal_point(const struct journal_point *point)
drivers/md/dm-vdo/slab-depot.c
1595
const struct journal_point *slab_journal_point,
drivers/md/dm-vdo/slab-depot.c
1632
const struct journal_point *slab_journal_point)
drivers/md/dm-vdo/slab-depot.c
1699
struct journal_point slab_journal_point = {
drivers/md/dm-vdo/slab-depot.c
1986
const struct journal_point *entry_point,
drivers/md/dm-vdo/slab-depot.c
2176
static inline bool journal_points_equal(struct journal_point first,
drivers/md/dm-vdo/slab-depot.c
2177
struct journal_point second)
drivers/md/dm-vdo/slab-depot.c
2865
struct journal_point entry_point = {
drivers/md/dm-vdo/slab-depot.c
2926
struct journal_point ref_counts_point = slab->slab_journal_point;
drivers/md/dm-vdo/slab-depot.c
2927
struct journal_point last_entry_applied = ref_counts_point;
drivers/md/dm-vdo/slab-depot.c
882
static struct journal_point expand_journal_point(struct journal_point recovery_point,
drivers/md/dm-vdo/slab-depot.c
905
struct journal_point recovery_point)
drivers/md/dm-vdo/slab-depot.c
959
struct journal_point *recovery_point,
drivers/md/dm-vdo/slab-depot.c
964
struct journal_point expanded = expand_journal_point(*recovery_point, increment);
drivers/md/dm-vdo/slab-depot.h
175
struct journal_point commit_points[VDO_SECTORS_PER_BLOCK];
drivers/md/dm-vdo/slab-depot.h
265
struct journal_point slab_journal_point;
drivers/md/dm-vdo/slab-depot.h
521
struct journal_point *recovery_point,