Documentation/filesystems/ext4/inode_table.rst

Source file repositories/reference/linux-study-clean/Documentation/filesystems/ext4/inode_table.rst

File Facts

System
Linux kernel
Corpus path
Documentation/filesystems/ext4/inode_table.rst
Extension
.rst
Size
321 bytes
Lines
10
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

.. SPDX-License-Identifier: GPL-2.0

Inode Table
-----------

Inode tables are statically allocated at mkfs time.  Each block group
descriptor points to the start of the table, and the superblock records
the number of inodes per group.  See :doc:`inode documentation <inodes>`
for more information on inode table layout.

Annotation

Implementation Notes