Lines Matching defs:ocg
499 struct ocg { struct
500 uint32_t cg_link; /* NOT USED linked list of cyl groups */
501 uint32_t cg_rlink; /* NOT USED incore cyl groups */
502 time32_t cg_time; /* time last written */
503 int32_t cg_cgx; /* we are the cgx'th cylinder group */
504 short cg_ncyl; /* number of cyl's this cg */
505 short cg_niblk; /* number of inode blocks this cg */
506 int32_t cg_ndblk; /* number of data blocks this cg */
507 struct csum cg_cs; /* cylinder summary information */
508 int32_t cg_rotor; /* position of last used block */
509 int32_t cg_frotor; /* position of last used frag */
510 int32_t cg_irotor; /* position of last used inode */
511 int32_t cg_frsum[8]; /* counts of available frags */
512 int32_t cg_btot[32]; /* block totals per cylinder */
513 short cg_b[32][8]; /* positions of free blocks */
514 char cg_iused[256]; /* used inode map */
515 int32_t cg_magic; /* magic number */
516 uchar_t cg_free[1]; /* free block map */