Expand description
Defines the inode structure.
Structs§
- Inode 🔒The ext2 inode.
- Represents 60-byte region for block in Inode. This region is used for various ways depending on the file type. For regular files and directories, it’s used for storing 32-bit indices of blocks.
- Used in
Inode
to represent how many 512-byte blocks are used by a file. - InodeNum 🔒
Enums§
- Types of inodes.
Constants§
- Size of the
block
field in Inode.