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§
- Ext2
Block Group Descriptor - ext2 Block Group Descriptor
- Ext2
Directory Entry - Complete directory entry with name
- Ext2
Directory Entry Raw - ext2 Directory Entry
- Ext2
Inode - ext2 Inode structure
- Ext2
Superblock - 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