blob: f7900a52c0d5daccb08e5d3b9f33c1370c35ce4f (
plain)
1
2
3
4
5
6
7
8
9
|
.. 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.
|