• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/

Lines Matching defs:blocks

24  * 	- A bitmap of which inodes are in bad blocks.	(inode_bb_map)
26 * - A bitmap of which blocks are in use. (block_found_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)
36 * Note that pass 1B will be invoked if there are any duplicate blocks
171 blk_t blocks;
177 blocks = ext2fs_inode_data_blocks(fs, inode);
178 if (blocks) {
180 (blocks != fs->blocksize >> 9) ||
782 * inodes where i_size and the inode blocks are
784 * the extra blocks. This won't catch the inodes that
940 * If any extended attribute blocks' reference counts need to
1075 sprintf(buf, _("reading indirect blocks of inode %u"),
1205 * of pass 1, either by subtracting out references for EA blocks that
1207 * EA blocks that had extra references as accounted for in
1249 * Handle processing the extended attribute blocks
1473 * blocks used by that inode.
1620 /* allow allocated blocks to end of PAGE_SIZE */
1736 meaning that we look at data blocks as well as
1831 * being in use; all of the other blocks are handled
1872 * Note: This function processes blocks for the bad blocks
1924 * there's an overlap between the filesystem table blocks
1987 * If there are bad blocks in the inode table,
2079 * This routine gets called at the end of pass 1 if bad blocks are
2081 * block bitmaps. At this point, all of the blocks have been mapped
2083 * blocks.
2113 * This routine marks all blocks which are used by the superblock,
2132 * Mark the blocks used for the inode table
2196 blk_t *blocks)
2205 blocks[i] = ctx->stashed_inode->i_block[i];