• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/

Lines Matching defs:inodes

2424  * Give more user friendly names to the "special" inodes.
2838 * Pass 1 of e2fsck iterates over all the inodes in the filesystems,
2847 * - A bitmap of which inodes are in use. (inode_used_map)
2848 * - A bitmap of which inodes are directories. (inode_dir_map)
2849 * - A bitmap of which inodes are regular files. (inode_reg_map)
2850 * - A bitmap of which inodes have bad fields. (inode_bad_map)
2851 * - A bitmap of which inodes are imagic inodes. (inode_imagic_map)
2853 * - A bitmap of which blocks are in use by two inodes (block_dup_map)
2854 * - The data blocks of the directory inodes. (dir_map)
2917 * For the inodes to process list.
3274 "array of inodes to process");
3467 * Check for inodes who might have been part of the
3472 * FIXME: In the future, inodes which are still in use
3476 * inodes where i_size and the inode blocks are
3478 * the extra blocks. This won't catch the inodes that
3494 * This code assumes that deleted inodes have
3730 * Process the inodes in the "inodes to process" list.
3763 /* end process inodes */
4597 * Pass1B scans the data blocks of all the inodes again, generating a
4598 * complete list of duplicate blocks and which inodes have claimed
4602 * parent directories of these inodes. This step is necessary so that
4603 * e2fsck can print out the pathnames of affected inodes.
4637 * is sharing blocks with other inodes. This information is collected
4796 * Scan the inodes looking for inodes that contain duplicate blocks.
4902 * Pass 1c: Scan directories for inodes with duplicate blocks. This
4956 * Search through all directories to translate inodes to names
5001 * Find all of the inodes which share blocks with this
5004 * get the list of inodes, and merge them together.
5019 * Add all inodes used by this block to the
5306 * If we cloned the EA block, find all other inodes
5370 * Pass 2 of e2fsck iterates through all active directory inodes, and
5372 * blocks in the inodes:
6729 * Then, pass3 interates over all directory inodes; for each directory
6740 * reconnect inodes to /lost+found; this subroutine is also used by
7472 * - A bitmap of which inodes are imagic inodes. (inode_imagic_map)
7826 unsigned int inodes = 0;
7914 inodes++;
7915 if ((inodes == fs->super->s_inodes_per_group) ||
7920 inodes = 0;
7953 inodes = 0; free_inodes = 0; group_free = 0;
8478 /* Pass 1: Checking inodes, blocks, and sizes */
8683 /* Error while scanning inodes */
8748 /* Deal with inodes that were part of orphan linked list */
8753 /* Deal with inodes that were part of corrupted orphan linked
8927 /* Error while scanning inodes */
8929 N_("Error while scanning inodes (%i): %m\n"),
8948 /* Pass 1C: Scan directories for inodes with multiply-claimed blocks. */
8975 /* Report of how many duplicate/bad inodes */
9543 /* Free inodes count for group wrong */
9553 /* Free inodes count wrong */
11487 * This function releases all of the orphan inodes. It returns 1 if
11874 * inodes; if the filesystem is not unmounted cleanly, the
11950 * Clean up any orphan inodes, if present.
12557 int inodes, inodes_used, blocks, blocks_used;
12565 inodes = fs->super->s_inodes_count;
12577 ctx->device_name, inodes_used, inodes,
12583 100 * inodes_used / inodes);
12587 printf(_(" # of inodes with ind/dind/tind blocks: %d/%d/%d\n"),