rgl              1074 fs/gfs2/rgrp.c static void gfs2_rgrp_ondisk2lvb(struct gfs2_rgrp_lvb *rgl, const void *buf)
rgl              1078 fs/gfs2/rgrp.c 	rgl->rl_magic = cpu_to_be32(GFS2_MAGIC);
rgl              1079 fs/gfs2/rgrp.c 	rgl->rl_flags = str->rg_flags;
rgl              1080 fs/gfs2/rgrp.c 	rgl->rl_free = str->rg_free;
rgl              1081 fs/gfs2/rgrp.c 	rgl->rl_dinodes = str->rg_dinodes;
rgl              1082 fs/gfs2/rgrp.c 	rgl->rl_igeneration = str->rg_igeneration;
rgl              1083 fs/gfs2/rgrp.c 	rgl->__pad = 0UL;
rgl              1113 fs/gfs2/rgrp.c 	struct gfs2_rgrp_lvb *rgl = rgd->rd_rgl;
rgl              1118 fs/gfs2/rgrp.c 	if (rgl->rl_flags != str->rg_flags) {
rgl              1121 fs/gfs2/rgrp.c 		       be32_to_cpu(rgl->rl_flags), be32_to_cpu(str->rg_flags));
rgl              1124 fs/gfs2/rgrp.c 	if (rgl->rl_free != str->rg_free) {
rgl              1127 fs/gfs2/rgrp.c 			be32_to_cpu(rgl->rl_free), be32_to_cpu(str->rg_free));
rgl              1130 fs/gfs2/rgrp.c 	if (rgl->rl_dinodes != str->rg_dinodes) {
rgl              1133 fs/gfs2/rgrp.c 			be32_to_cpu(rgl->rl_dinodes),
rgl              1137 fs/gfs2/rgrp.c 	if (rgl->rl_igeneration != str->rg_igeneration) {
rgl              1140 fs/gfs2/rgrp.c 			(unsigned long long)be64_to_cpu(rgl->rl_igeneration),
rgl              2270 fs/gfs2/rgrp.c 		struct gfs2_rgrp_lvb *rgl = rgd->rd_rgl;
rgl              2273 fs/gfs2/rgrp.c 			       be32_to_cpu(rgl->rl_flags),
rgl              2274 fs/gfs2/rgrp.c 			       be32_to_cpu(rgl->rl_free),
rgl              2275 fs/gfs2/rgrp.c 			       be32_to_cpu(rgl->rl_dinodes));