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§