Searched defs:ocg (Results 1 – 2 of 2) sorted by relevance
435 struct ocg { struct436 int32_t cg_firstfield; /* historic linked list of cyl groups */437 int32_t cg_unused_1; /* used for incore cyl groups */438 int32_t cg_time; /* time last written */439 int32_t cg_cgx; /* we are the cgx'th cylinder group */440 int16_t cg_ncyl; /* number of cyl's this cg */441 int16_t cg_niblk; /* number of inode blocks this cg */442 int32_t cg_ndblk; /* number of data blocks this cg */443 struct csum cg_cs; /* cylinder summary information */444 int32_t cg_rotor; /* position of last used block */[all …]
77 struct ocg *ocg = (struct ocg *)buf; in pass5() local