xref: /linux/Documentation/filesystems/ext4/inode_table.rst (revision 8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640)
1.. SPDX-License-Identifier: GPL-2.0
2
3Inode Table
4-----------
5
6Inode tables are statically allocated at mkfs time.  Each block group
7descriptor points to the start of the table, and the superblock records
8the number of inodes per group.  See :doc:`inode documentation <inodes>`
9for more information on inode table layout.
10