Lines Matching defs:ufs_old_cylinder_group
579 struct ufs_old_cylinder_group { struct
580 __fs32 cg_link; /* linked list of cyl groups */
581 __fs32 cg_rlink; /* for incore cyl groups */
582 __fs32 cg_time; /* time last written */
583 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
584 __fs16 cg_ncyl; /* number of cyl's this cg */
585 __fs16 cg_niblk; /* number of inode blocks this cg */
586 __fs32 cg_ndblk; /* number of data blocks this cg */
587 struct ufs_csum cg_cs; /* cylinder summary information */
588 __fs32 cg_rotor; /* position of last used block */
589 __fs32 cg_frotor; /* position of last used frag */
590 __fs32 cg_irotor; /* position of last used inode */
591 __fs32 cg_frsum[8]; /* counts of available frags */
592 __fs32 cg_btot[32]; /* block totals per cylinder */
593 __fs16 cg_b[32][8]; /* positions of free blocks */
594 __u8 cg_iused[256]; /* used inode map */
595 __fs32 cg_magic; /* magic number */
596 __u8 cg_free[1]; /* free block map */