cbh               118 fs/jbd2/commit.c 					struct buffer_head **cbh,
cbh               126 fs/jbd2/commit.c 	*cbh = NULL;
cbh               161 fs/jbd2/commit.c 	*cbh = bh;
cbh               375 fs/jbd2/commit.c 	struct buffer_head *cbh = NULL; /* For transactional checksums */
cbh               785 fs/jbd2/commit.c 						 &cbh, crc32_sum);
cbh               878 fs/jbd2/commit.c 						&cbh, crc32_sum);
cbh               882 fs/jbd2/commit.c 	if (cbh)
cbh               883 fs/jbd2/commit.c 		err = journal_wait_on_commit_record(journal, cbh);
cbh               694 fs/jbd2/recovery.c 				struct commit_header *cbh =
cbh               697 fs/jbd2/recovery.c 					be32_to_cpu(cbh->h_chksum[0]);
cbh               709 fs/jbd2/recovery.c 				    cbh->h_chksum_type == JBD2_CRC32_CHKSUM &&
cbh               710 fs/jbd2/recovery.c 				    cbh->h_chksum_size ==
cbh               713 fs/jbd2/recovery.c 				else if (!(cbh->h_chksum_type == 0 &&
cbh               714 fs/jbd2/recovery.c 					     cbh->h_chksum_size == 0 &&
cbh              2105 fs/nilfs2/btree.c 	struct buffer_head *cbh;
cbh              2126 fs/nilfs2/btree.c 		cbh = list_entry(head, struct buffer_head, b_assoc_buffers);
cbh              2127 fs/nilfs2/btree.c 		cnode = (struct nilfs_btree_node *)cbh->b_data;