Module structures

Module structures 

Source
Expand description

ext2 data structures

This module defines the on-disk data structures used by the ext2 filesystem. All structures are packed and follow the ext2 filesystem specification.

Structs§

Ext2BlockGroupDescriptor
ext2 Block Group Descriptor
Ext2DirectoryEntry
Complete directory entry with name
Ext2DirectoryEntryRaw
ext2 Directory Entry
Ext2Inode
ext2 Inode structure
Ext2Superblock
ext2 Superblock structure

Constants§

EXT2_ROOT_INO
ext2 root inode number
EXT2_SUPER_MAGIC
ext2 magic number
EXT2_S_IFBLK
EXT2_S_IFCHR
EXT2_S_IFDIR
EXT2_S_IFIFO
EXT2_S_IFLNK
EXT2_S_IFMT
ext2 file type constants for inode mode field
EXT2_S_IFREG
EXT2_S_IFSOCK