LH_V1_SIZE        711 fs/gfs2/log.c  	hash = ~crc32(~0, lh, LH_V1_SIZE);
LH_V1_SIZE        743 fs/gfs2/log.c  	BUILD_BUG_ON(offsetof(struct gfs2_log_header, lh_crc) != LH_V1_SIZE);
LH_V1_SIZE        745 fs/gfs2/log.c  	crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4,
LH_V1_SIZE        746 fs/gfs2/log.c  		     sb->s_blocksize - LH_V1_SIZE - 4);
LH_V1_SIZE        130 fs/gfs2/recovery.c 	hash = crc32(~0, lh, LH_V1_SIZE - 4);
LH_V1_SIZE        136 fs/gfs2/recovery.c 	crc = crc32c(~0, (void *)lh + LH_V1_SIZE + 4,
LH_V1_SIZE        137 fs/gfs2/recovery.c 		     sdp->sd_sb.sb_bsize - LH_V1_SIZE - 4);