Searched refs:tail_header (Results 1 – 2 of 2) sorted by relevance
89 struct slab_journal_block_header *header = &journal->tail_header; in initialize_tail_block()117 journal_entry_count_t count = journal->tail_header.entry_count; in block_is_full()119 return (journal->tail_header.has_block_map_increments ? in block_is_full()139 (slab->journal.tail_header.entry_count == 0)); in is_slab_journal_blank()666 VDO_ASSERT_LOG_ONLY(journal->tail_header.entry_count == 0, in reopen_slab_journal()750 struct slab_journal_block_header *header = &journal->tail_header; in write_slab_journal_block()807 if ((journal->tail_header.entry_count == 0) && must_make_entries_to_flush(journal)) { in commit_tail()817 (journal->tail_header.entry_count == 0)) { in commit_tail()846 static void encode_slab_journal_entry(struct slab_journal_block_header *tail_header, in encode_slab_journal_entry() argument852 journal_entry_count_t entry_number = tail_header->entry_count++; in encode_slab_journal_entry()[all …]
134 struct slab_journal_block_header tail_header; member