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

EnumsΒ§

ConstantsΒ§