Expand description
Defines the inode structure.
StructsΒ§
- Inode πThe ext2 inode.
- InodeBlock π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Β§
- INODE_BLOCK_LEN πSize of the
block
field in Inode.