gfs2_log_header   579 fs/gfs2/log.c  	struct gfs2_log_header *lh;
gfs2_log_header   592 fs/gfs2/log.c  	lh = (struct gfs2_log_header *)bh->b_data;
gfs2_log_header   593 fs/gfs2/log.c  	memset(lh, 0, sizeof(struct gfs2_log_header));
gfs2_log_header   601 fs/gfs2/log.c  	hash = gfs2_disk_hash(bh->b_data, sizeof(struct gfs2_log_header));
gfs2_log_header   120 fs/gfs2/recovery.c 	const struct gfs2_log_header *str = buf;
gfs2_log_header   161 fs/gfs2/recovery.c 	hash = crc32_le((u32)~0, bh->b_data, sizeof(struct gfs2_log_header) -
gfs2_log_header   384 fs/gfs2/recovery.c 	struct gfs2_log_header *lh;
gfs2_log_header   408 fs/gfs2/recovery.c 	lh = (struct gfs2_log_header *)bh->b_data;
gfs2_log_header   409 fs/gfs2/recovery.c 	memset(lh, 0, sizeof(struct gfs2_log_header));
gfs2_log_header   416 fs/gfs2/recovery.c 	hash = gfs2_disk_hash((const char *)lh, sizeof(struct gfs2_log_header));