tag_bytes         682 drivers/net/ethernet/marvell/mv643xx_eth.c 		int tag_bytes;
tag_bytes         688 drivers/net/ethernet/marvell/mv643xx_eth.c 		tag_bytes = hdr_len - ETH_HLEN;
tag_bytes         691 drivers/net/ethernet/marvell/mv643xx_eth.c 		    unlikely(tag_bytes & ~12)) {
tag_bytes         698 drivers/net/ethernet/marvell/mv643xx_eth.c 		if (tag_bytes & 4)
tag_bytes         700 drivers/net/ethernet/marvell/mv643xx_eth.c 		if (tag_bytes & 8)
tag_bytes         374 fs/jbd2/commit.c 	int tag_bytes = journal_tag_bytes(journal);
tag_bytes         683 fs/jbd2/commit.c 		tagp += tag_bytes;
tag_bytes         684 fs/jbd2/commit.c 		space_left -= tag_bytes;
tag_bytes         699 fs/jbd2/commit.c 		    space_left < tag_bytes + 16 + csum_size) {
tag_bytes         202 fs/jbd2/recovery.c 	int			tag_bytes = journal_tag_bytes(journal);
tag_bytes         209 fs/jbd2/recovery.c 	while ((tagp - bh->b_data + tag_bytes) <= size) {
tag_bytes         213 fs/jbd2/recovery.c 		tagp += tag_bytes;
tag_bytes         427 fs/jbd2/recovery.c 	int			tag_bytes = journal_tag_bytes(journal);
tag_bytes         559 fs/jbd2/recovery.c 			while ((tagp - bh->b_data + tag_bytes)
tag_bytes         644 fs/jbd2/recovery.c 				tagp += tag_bytes;