Home | History | Annotate | Download | only in e2fsck

Lines Matching refs: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
172 blk_t blocks;
203 blocks = ext2fs_inode_data_blocks(fs, inode);
204 if (blocks) {
206 (blocks != fs->blocksize >> 9) ||
425 * zero blocks are skipped (but the first one cannot be zero -
426 * see above), other blocks are checked against the first and
427 * max data blocks (from the the superblock) and against the
431 * If there are non-zero blocks past the fourth entry, then
922 * inodes where i_size and the inode blocks are
924 * the extra blocks. This won't catch the inodes that
1096 * If any extended attribute blocks' reference counts need to
1226 sprintf(buf, _("reading indirect blocks of inode %u"),
1358 * of pass 1, either by subtracting out references for EA blocks that
1360 * EA blocks that had extra references as accounted for in
1402 * Handle processing the extended attribute blocks
1865 * blocks used by that inode.
1990 /* allow allocated blocks to end of PAGE_SIZE */
2062 sprintf(problem, "> BLOCKS (%u)", fs->super->s_blocks_count);
2126 meaning that we look at data blocks as well as
2214 * being in use; all of the other blocks are handled
2266 * Note: This function processes blocks for the bad blocks
2318 * there's an overlap between the filesystem table blocks
2381 * If there are bad blocks in the inode table,
2499 * This routine gets called at the end of pass 1 if bad blocks are
2501 * block bitmaps. At this point, all of the blocks have been mapped
2503 * blocks.
2533 * This routine marks all blocks which are used by the superblock,
2552 * Mark the blocks used for the inode table
2617 blk_t *blocks)
2626 blocks[i] = ctx->stashed_inode->i_block[i];