Home
last modified time | relevance | path

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

/fs/jbd2/
Drecovery.c201 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
208 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
212 tagp += tag_bytes; in count_tags()
475 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
621 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
706 tagp += tag_bytes; in do_one_pass()
Dcommit.c401 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction() local
734 tagp += tag_bytes; in jbd2_journal_commit_transaction()
735 space_left -= tag_bytes; in jbd2_journal_commit_transaction()
750 space_left < tag_bytes + 16 + csum_size) { in jbd2_journal_commit_transaction()