Home
last modified time | relevance | path

Searched defs:ufs_old_cylinder_group (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/ufs/ !
Dufs_fs.h579 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 */
[all …]