Home
last modified time | relevance | path

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

/linux-6.6.21/fs/jbd2/
Drecovery.c207 int tag_bytes = journal_tag_bytes(journal); in count_tags()
482 int tag_bytes = journal_tag_bytes(journal); in do_one_pass()
Dcommit.c367 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction()
Dtransaction.c78 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
Djournal.c2684 size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() function
/linux-6.6.21/include/linux/
Djbd2.h1719 extern size_t journal_tag_bytes(journal_t *journal);