Lines Matching full:inodes
11 * Pass 1 of e2fsck iterates over all the inodes in the filesystems,
20 * - A bitmap of which inodes are in use. (inode_used_map)
21 * - A bitmap of which inodes are directories. (inode_dir_map)
22 * - A bitmap of which inodes are regular files. (inode_reg_map)
23 * - A bitmap of which inodes have bad fields. (inode_bad_map)
24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
25 * - A bitmap of which inodes are imagic inodes. (inode_imagic_map)
27 * - A bitmap of which blocks are in use by two inodes (block_dup_map)
28 * - The data blocks of the directory inodes. (dir_map)
106 * For the inodes to process list.
646 "array of inodes to process");
913 * Check for inodes who might have been part of the
918 * FIXME: In the future, inodes which are still in use
922 * inodes where i_size and the inode blocks are
924 * the extra blocks. This won't catch the inodes that
940 * This code assumes that deleted inodes have
1197 * Process the inodes in the "inodes to process" list.
1237 printf("end process inodes\n");