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