Symbol: slab_journal
drivers/md/dm-vdo/message-stats.c
359
write_slab_journal_statistics("slabJournal : ", &stats->slab_journal,
drivers/md/dm-vdo/slab-depot.c
100
static void initialize_journal_state(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
1009
static bool requires_reaping(const struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
115
static bool __must_check block_is_full(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
1220
static void reclaim_journal_space(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
124
static void add_entries(struct slab_journal *journal);
drivers/md/dm-vdo/slab-depot.c
125
static void update_tail_block_location(struct slab_journal *journal);
drivers/md/dm-vdo/slab-depot.c
148
static void mark_slab_journal_dirty(struct slab_journal *journal, sequence_number_t lock)
drivers/md/dm-vdo/slab-depot.c
150
struct slab_journal *dirty_journal;
drivers/md/dm-vdo/slab-depot.c
164
static void mark_slab_journal_clean(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
1697
struct slab_journal *journal = context;
drivers/md/dm-vdo/slab-depot.c
173
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
1755
static inline bool is_next_entry_a_block_map_increment(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
1771
static void add_entries(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
2497
struct slab_journal *journal = completion->parent;
drivers/md/dm-vdo/slab-depot.c
2526
struct slab_journal *journal = vio->completion.parent;
drivers/md/dm-vdo/slab-depot.c
2535
struct slab_journal *journal = completion->parent;
drivers/md/dm-vdo/slab-depot.c
2553
struct slab_journal *journal =
drivers/md/dm-vdo/slab-depot.c
2554
container_of(waiter, struct slab_journal, resource_waiter);
drivers/md/dm-vdo/slab-depot.c
2582
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
2913
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
3612
struct slab_journal *journal;
drivers/md/dm-vdo/slab-depot.c
3664
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
3738
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
3923
static bool __must_check release_recovery_journal_lock(struct slab_journal *journal,
drivers/md/dm-vdo/slab-depot.c
3950
struct slab_journal *journal, *tmp;
drivers/md/dm-vdo/slab-depot.c
401
static void finish_reaping(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
408
static void reap_slab_journal(struct slab_journal *journal);
drivers/md/dm-vdo/slab-depot.c
417
struct slab_journal *journal = completion->parent;
drivers/md/dm-vdo/slab-depot.c
438
struct slab_journal *journal = vio->completion.parent;
drivers/md/dm-vdo/slab-depot.c
452
struct slab_journal *journal =
drivers/md/dm-vdo/slab-depot.c
453
container_of(waiter, struct slab_journal, flush_waiter);
drivers/md/dm-vdo/slab-depot.c
465
static void reap_slab_journal(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
48
static inline struct journal_lock * __must_check get_lock(struct slab_journal *journal,
drivers/md/dm-vdo/slab-depot.c
5177
stats->slab_journal = get_slab_journal_statistics(depot);
drivers/md/dm-vdo/slab-depot.c
522
static void adjust_slab_journal_block_reference(struct slab_journal *journal,
drivers/md/dm-vdo/slab-depot.c
562
struct slab_journal *journal =
drivers/md/dm-vdo/slab-depot.c
563
container_of(waiter, struct slab_journal, slab_summary_waiter);
drivers/md/dm-vdo/slab-depot.c
623
static void update_tail_block_location(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
66
static inline bool __must_check must_make_entries_to_flush(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
663
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.c
699
struct slab_journal *journal = completion->parent;
drivers/md/dm-vdo/slab-depot.c
732
struct slab_journal *journal = vio->completion.parent;
drivers/md/dm-vdo/slab-depot.c
748
struct slab_journal *journal =
drivers/md/dm-vdo/slab-depot.c
749
container_of(waiter, struct slab_journal, resource_waiter);
drivers/md/dm-vdo/slab-depot.c
78
static inline bool __must_check is_reaping(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
805
static void commit_tail(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
87
static void initialize_tail_block(struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
903
static void add_entry(struct slab_journal *journal, physical_block_number_t pbn,
drivers/md/dm-vdo/slab-depot.c
940
static inline block_count_t journal_length(const struct slab_journal *journal)
drivers/md/dm-vdo/slab-depot.c
962
struct slab_journal *journal = &slab->journal;
drivers/md/dm-vdo/slab-depot.h
222
struct slab_journal journal;
drivers/md/dm-vdo/statistics.h
232
struct slab_journal_statistics slab_journal;