Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jbd2/
Drecovery.c202 int tag_bytes = journal_tag_bytes(journal); in count_tags() local
209 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
213 tagp += tag_bytes; in count_tags()
427 int tag_bytes = journal_tag_bytes(journal); in do_one_pass() local
559 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
644 tagp += tag_bytes; in do_one_pass()
Dcommit.c363 int tag_bytes = journal_tag_bytes(journal); in jbd2_journal_commit_transaction() local
669 tagp += tag_bytes; in jbd2_journal_commit_transaction()
670 space_left -= tag_bytes; in jbd2_journal_commit_transaction()
685 space_left < tag_bytes + 16 + csum_size) { in jbd2_journal_commit_transaction()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c694 int tag_bytes; in skb_tx_csum() local
700 tag_bytes = hdr_len - ETH_HLEN; in skb_tx_csum()
703 unlikely(tag_bytes & ~12)) { in skb_tx_csum()
710 if (tag_bytes & 4) in skb_tx_csum()
712 if (tag_bytes & 8) in skb_tx_csum()