Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Drecovery.c203 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
210 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
214 tagp += tag_bytes; in count_tags()
499 int tag_bytes = journal_tag_bytes(journal); in jbd2_do_replay() local
510 while (tagp - bh->b_data + tag_bytes <= in jbd2_do_replay()
577 tagp += tag_bytes; in jbd2_do_replay()
H A Dcommit.c367 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction() local
681 tagp += tag_bytes; in jbd2_journal_commit_transaction()
682 space_left -= tag_bytes; in jbd2_journal_commit_transaction()
697 space_left < tag_bytes + 16 + csum_size) { in jbd2_journal_commit_transaction()
/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c678 int tag_bytes; in skb_tx_csum() local
684 tag_bytes = hdr_len - ETH_HLEN; in skb_tx_csum()
687 unlikely(tag_bytes & ~12)) { in skb_tx_csum()
694 if (tag_bytes & 4) in skb_tx_csum()
696 if (tag_bytes & 8) in skb_tx_csum()