Home
last modified time | relevance | path

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

/external/syslinux/extlinux/
Dufs_fs.h155 struct ufs_super_block { struct
156 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 …]
/external/syslinux/core/fs/ufs/
Dufs.h64 struct ufs_super_block { // supporting either ufs1 or ufs2 struct
65 uint8_t unused[8];
67 uint32_t off_backup_sb; // Backup super block
68 uint32_t off_group_desc; // Group Descriptor
69 uint32_t off_inode_tbl; // Inode table
70 uint32_t off_data_block; // First data block
71 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 …]