Searched defs:ufs_old_cylinder_group (Results 1 – 1 of 1) sorted by relevance
578 struct ufs_old_cylinder_group { struct579 __fs32 cg_link; /* linked list of cyl groups */580 __fs32 cg_rlink; /* for incore cyl groups */581 __fs32 cg_time; /* time last written */582 __fs32 cg_cgx; /* we are the cgx'th cylinder group */583 __fs16 cg_ncyl; /* number of cyl's this cg */584 __fs16 cg_niblk; /* number of inode blocks this cg */585 __fs32 cg_ndblk; /* number of data blocks this cg */586 struct ufs_csum cg_cs; /* cylinder summary information */587 __fs32 cg_rotor; /* position of last used block */[all …]