Home
last modified time | relevance | path

Searched refs:tail_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.c119 return (journal->tail_header.has_block_map_increments ? in block_is_full()
138 (slab->journal.tail_header.entry_count == 0)); in is_slab_journal_blank()
663 VDO_ASSERT_LOG_ONLY(journal->tail_header.entry_count == 0, in reopen_slab_journal()
814 (journal->tail_header.entry_count == 0)) { in commit_tail()
854 if (!tail_header->has_block_map_increments) { in encode_slab_journal_entry()
857 tail_header->has_block_map_increments = true; in encode_slab_journal_entry()
915 journal->tail_header.recovery_point.entry_count); in add_entry()
922 result = VDO_ASSERT((journal->tail_header.entry_count < in add_entry()
934 journal->tail_header.recovery_point = recovery_point; in add_entry()
2504 journal->tail_header = header; in finish_loading_journal()
[all …]
H A Dslab-depot.h134 struct slab_journal_block_header tail_header; member