Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Drecovery.c207 int tag_bytes = journal_tag_bytes(journal); in count_tags()
503 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 Djournal.c1473 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
2721 size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() function
/openbmc/linux/include/linux/
H A Djbd2.h1721 extern size_t journal_tag_bytes(journal_t *journal);