Home
last modified time | relevance | path

Searched refs:journal_tag_bytes (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
H A Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags()
475 int tag_bytes = journal_tag_bytes(journal); in do_one_pass()
H A Dcommit.c401 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction()
H A Djournal.c2608 size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() function
H A Dtransaction.c78 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
/kernel/linux/linux-6.6/fs/jbd2/
H A Drecovery.c207 int tag_bytes = journal_tag_bytes(journal); in count_tags()
482 int tag_bytes = journal_tag_bytes(journal); in do_one_pass()
H A Dcommit.c367 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction()
H A Dtransaction.c78 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
H A Djournal.c2684 size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() function
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h184 * journal_tag_bytes(journal) instead to compute this.
1714 extern size_t journal_tag_bytes(journal_t *journal);
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h183 * journal_tag_bytes(journal) instead to compute this.
1719 extern size_t journal_tag_bytes(journal_t *journal);

Completed in 23 milliseconds