Searched defs:ufs_cg_private_info (Results 1 – 1 of 1) sorted by relevance
708 struct ufs_cg_private_info { struct709 struct ufs_buffer_head c_ubh;710 __u32 c_cgx; /* number of cylidner group */711 __u16 c_ncyl; /* number of cyl's 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 */718 __u32 c_boff; /* (short) free block positions */719 __u32 c_iusedoff; /* (char) used inode map */[all …]
Completed in 11 milliseconds