Logo of The Linux Kernel

The Linux Kernel

6.17.0-rc7

快速搜尋

Contents

  • Development process
  • 提交補釘
  • 行為守則
  • 維護者手冊
  • All development-process docs
  • 核心 API
  • Driver APIs
  • 子系統
    • Core subsystems
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
      • Linux 內核中的檔案系統
      • Block
      • CD-ROM
      • SCSI Subsystem
      • TCM 虛擬裝置
      • NVMe Subsystem
    • Other subsystems
  • Locking
  • Licensing rules
  • 撰寫文件
  • 開發工具
  • 測試指南
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • 建置系統
  • 回報議題
  • 使用者空間工具
  • 使用者空間 API
  • 韌體
  • 韌體與裝置樹
  • CPU 架構
  • 未排序的文件

本頁

  • 顯示原始碼

4. Dynamic Structures¶

Dynamic metadata are created on the fly when files and blocks are allocated to files.

  • 4.1. Index Nodes
    • 4.1.1. Inode Size
    • 4.1.2. Finding an Inode
    • 4.1.3. Inode Timestamps
  • 4.2. The Contents of inode.i_block
    • 4.2.1. Symbolic Links
    • 4.2.2. Direct/Indirect Block Addressing
    • 4.2.3. Extent Tree
    • 4.2.4. Inline Data
  • 4.3. Directory Entries
    • 4.3.1. Linear (Classic) Directories
    • 4.3.2. Hash Tree Directories
  • 4.4. Extended Attributes
    • 4.4.1. Attribute Name Indices
    • 4.4.2. POSIX ACLs
©The kernel development community. | Powered by Sphinx 8.2.3 & Alabaster 1.0.0 | Page source