Searched defs:ocg (Results 1 – 2 of 2) sorted by relevance
323 struct ocg struct325 int xxx1; /* struct ocg *cg_link; */ argument326 int xxx2; /* struct ocg *cg_rlink; */ argument327 mach_time_t cg_time; /* time last written */328 int cg_cgx; /* we are the cgx'th cylinder group */329 short cg_ncyl; /* number of cyl's this cg */330 short cg_niblk; /* number of inode blocks this cg */331 int cg_ndblk; /* number of data blocks this cg */332 struct csum cg_cs; /* cylinder summary information */333 int cg_rotor; /* position of last used block */[all …]
501 struct ocg { struct502 uint32_t cg_link; /* NOT USED linked list of cyl groups */503 uint32_t cg_rlink; /* NOT USED incore cyl groups */504 time32_t cg_time; /* time last written */505 int32_t cg_cgx; /* we are the cgx'th cylinder group */506 short cg_ncyl; /* number of cyl's this cg */507 short cg_niblk; /* number of inode blocks this cg */508 int32_t cg_ndblk; /* number of data blocks this cg */509 struct csum cg_cs; /* cylinder summary information */510 int32_t cg_rotor; /* position of last used block */[all …]