Home
last modified time | relevance | path

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

/linux/fs/ufs/
A 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 */
584 __fs16 cg_ncyl; /* number of cyl's this cg */
588 __fs32 cg_rotor; /* position of last used block */
589 __fs32 cg_frotor; /* position of last used frag */
593 __fs16 cg_b[32][8]; /* positions of free blocks */
594 __u8 cg_iused[256]; /* used inode map */
595 __fs32 cg_magic; /* magic number */
[all …]

Completed in 14 milliseconds