mirror of https://github.com/torvalds/linux.git
10 lines
321 B
ReStructuredText
10 lines
321 B
ReStructuredText
.. 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.
|