Lines Matching defs:cg
352 struct cg { struct
353 int32_t cg_firstfield; /* historic cyl groups linked list */ argument
354 int32_t cg_magic; /* magic number */ argument
355 ufs_time_t cg_time; /* time last written */ argument
356 int32_t cg_cgx; /* we are the cgx'th cylinder group */ argument
357 int16_t cg_ncyl; /* number of cyl's this cg */ argument
358 int16_t cg_niblk; /* number of inode blocks this cg */ argument
359 int32_t cg_ndblk; /* number of data blocks this cg */ argument
360 struct csum cg_cs; /* cylinder summary information */ argument
361 int32_t cg_rotor; /* position of last used block */ argument
362 int32_t cg_frotor; /* position of last used frag */ argument
363 int32_t cg_irotor; /* position of last used inode */ argument
364 int32_t cg_frsum[MAXFRAG]; /* counts of available frags */ argument
365 int32_t cg_btotoff; /* (int32) block totals per cylinder */ argument
366 int32_t cg_boff; /* (uint16) free block positions */ argument
367 int32_t cg_iusedoff; /* (uint8) used inode map */ argument
368 int32_t cg_freeoff; /* (uint8) free block map */ argument
369 int32_t cg_nextfreeoff; /* (uint8) next available space */ argument
370 int32_t cg_clustersumoff; /* (uint32) counts of avail clusters */ argument
371 int32_t cg_clusteroff; /* (uint8) free cluster map */ argument
372 int32_t cg_nclusterblks; /* number of clusters this cg */ argument
373 int32_t cg_sparecon[13]; /* reserved for future use */ argument
374 uint8_t cg_space[1]; /* space for cylinder group maps */ argument