Home | History | Annotate | Download | only in doc

Lines Matching full:inodes

225 <Title>The view of inodes from the point of view of a blocks group</Title>
229 to explain inodes now. Rather, I would like to treat it as another resource,
253 __u32 bg_inode_bitmap; /* Inodes bitmap block */
254 __u32 bg_inode_table; /* Inodes table block */
256 __u16 bg_free_inodes_count; /* Free inodes count */
266 The last three variables: <Literal remap="tt">bg&lowbar;free&lowbar;blocks&lowbar;count, bg&lowbar;free&lowbar;inodes&lowbar;count and bg&lowbar;used&lowbar;dirs&lowbar;count</Literal> provide statistics about the use of the three
267 resources in a blocks group - The <Literal remap="tt">blocks</Literal>, the <Literal remap="tt">inodes</Literal> and the
287 just the actual inodes which are reserved for the current block.
389 inodes then blocks in a blocks group and thus only part of the inode bitmap
390 block is used. The number of inodes in a blocks group is another variable
427 An ext2 filesystem has a total number of available inodes which is determined
428 while creating the filesystem. When all the inodes are used, for example, you
439 The inodes are placed in several tables, each of which contains the same
440 number of inodes and is placed at a different blocks group. The goal is to
441 place inodes and their related files in the same blocks group because of
446 The number of inodes in a blocks group is available in the superblock variable
447 <Literal remap="tt">s&lowbar;inodes&lowbar;per&lowbar;group</Literal>. For example, if there are 2000 inodes per group,
448 group 0 will contain the inodes 1-2000, group 2 will contain the inodes
878 filesystem, the user should not care about inodes.
989 <Title>Special reserved inodes</Title>
992 The first ten inodes on the filesystem are special inodes:
1042 Inodes 7-10 are <Literal remap="tt">reserved</Literal> and currently not used.
1164 __u32 s_inodes_count; /* Inodes count */
1168 __u32 s_free_inodes_count; /* Free inodes count */
1174 __u32 s_inodes_per_group; /* # Inodes per group */
1225 <Literal remap="tt">s&lowbar;inodes&lowbar;count</Literal> contains the total number of available inodes.
1248 <Literal remap="tt">s&lowbar;inodes&lowbar;per&lowbar;group</Literal> contains the number of inodes available in a group
1249 block. I think that this is always the total number of inodes divided by the
1439 <Literal remap="tt">s&lowbar;free&lowbar;inodes&lowbar;count</Literal> contains the current number of free inodes in the