Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djbd2.h1755 extern size_t journal_tag_bytes(journal_t *journal);
/linux/fs/jbd2/
H A Djournal.c1429 tags_per_block = (tag_space - 16) / journal_tag_bytes(journal); in jbd2_descriptor_blocks_per_trans()
2675 size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() function