Lines Matching defs:gfs2_rgrp
190 struct gfs2_rgrp { struct
191 struct gfs2_meta_header rg_header;
193 __be32 rg_flags;
194 __be32 rg_free;
195 __be32 rg_dinodes;
196 union {
200 __be64 rg_igeneration;
203 __be64 rg_data0; /* First data location */
204 __be32 rg_data; /* Number of data blocks in rgrp */
205 __be32 rg_bitbytes; /* Number of bytes in data bitmaps */
206 __be32 rg_crc; /* crc32 of the structure with this field 0 */
208 __u8 rg_reserved[60]; /* Several fields from gfs1 now reserved */