Lines Matching defs:ufs_cg_private_info
708 struct ufs_cg_private_info { struct
709 struct ufs_buffer_head c_ubh;
710 __u32 c_cgx; /* number of cylidner group */
711 __u16 c_ncyl; /* number of cyl's this cg */
712 __u16 c_niblk; /* number of inode blocks this cg */
713 __u32 c_ndblk; /* number of data blocks this cg */
714 __u32 c_rotor; /* position of last used block */
715 __u32 c_frotor; /* position of last used frag */
716 __u32 c_irotor; /* position of last used inode */
717 __u32 c_btotoff; /* (__u32) block totals per cylinder */
718 __u32 c_boff; /* (short) free block positions */
719 __u32 c_iusedoff; /* (char) used inode map */
720 __u32 c_freeoff; /* (u_char) free block map */
721 __u32 c_nextfreeoff; /* (u_char) next available space */
722 __u32 c_clustersumoff;/* (u_int32) counts of avail clusters */
723 __u32 c_clusteroff; /* (u_int8) free cluster map */
724 __u32 c_nclusterblks; /* number of clusters this cg */