Lines Matching defs:ufs_old_cylinder_group
578 struct ufs_old_cylinder_group { struct
579 __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 */
588 __fs32 cg_frotor; /* position of last used frag */
589 __fs32 cg_irotor; /* position of last used inode */
590 __fs32 cg_frsum[8]; /* counts of available frags */
591 __fs32 cg_btot[32]; /* block totals per cylinder */
592 __fs16 cg_b[32][8]; /* positions of free blocks */
593 __u8 cg_iused[256]; /* used inode map */
594 __fs32 cg_magic; /* magic number */
595 __u8 cg_free[1]; /* free block map */