Home
last modified time | relevance | path

Searched refs:journal_header_t (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
Drecovery.c206 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
462 journal_header_t * tmp; in do_one_pass()
536 tmp = (journal_header_t *)bh->b_data; in do_one_pass()
611 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
Dcommit.c667 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction()
669 sizeof(journal_header_t); in jbd2_journal_commit_transaction()
Djournal.c1014 journal_header_t *header; in jbd2_journal_get_descriptor_buffer()
1028 header = (journal_header_t *)bh->b_data; in jbd2_journal_get_descriptor_buffer()
Dtransaction.c70 int tag_space = journal->j_blocksize - sizeof(journal_header_t); in jbd2_descriptor_blocks_per_trans()
/kernel/linux/linux-5.10/include/linux/
Djbd2.h137 } journal_header_t; typedef
213 journal_header_t r_header;
230 journal_header_t s_header;