Searched defs:ufs_super_block (Results 1 – 2 of 2) sorted by relevance
155 struct ufs_super_block { struct156 union {163 } fs_u0;164 __fs32 fs_rlink; /* UNUSED */165 __fs32 fs_sblkno; /* addr of super-block in filesys */166 __fs32 fs_cblkno; /* offset of cyl-block in filesys */167 __fs32 fs_iblkno; /* offset of inode-blocks in filesys */168 __fs32 fs_dblkno; /* offset of first data after cg */169 __fs32 fs_cgoffset; /* cylinder group offset in cylinder */170 __fs32 fs_cgmask; /* used to calc mod fs_ntrak */[all …]
64 struct ufs_super_block { // supporting either ufs1 or ufs2 struct65 uint8_t unused[8];67 uint32_t off_backup_sb; // Backup super block68 uint32_t off_group_desc; // Group Descriptor69 uint32_t off_inode_tbl; // Inode table70 uint32_t off_data_block; // First data block71 union {81 uint32_t nr_cyl_groups; // Number of cylinder groups.82 uint32_t block_size; // Block size in bytes.83 uint32_t fragment_size; // Fragment size in bytes.[all …]