Module inode

Source
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.
InodeBlocksCount
Used in Inode to represent how many 512-byte blocks are used by a file.
InodeNum πŸ”’

EnumsΒ§

InodeType
Types of inodes.

ConstantsΒ§

INODE_BLOCK_LEN πŸ”’
Size of the block field in Inode.