Home | History | Annotate | Download | only in e2fsck

Lines Matching full: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
1230 sprintf(buf, _("reading indirect blocks of inode %u"),
1362 * of pass 1, either by subtracting out references for EA blocks that
1364 * EA blocks that had extra references as accounted for in
1407 * Handle processing the extended attribute blocks
1870 * blocks used by that inode.
1995 /* allow allocated blocks to end of PAGE_SIZE */
2080 sprintf(problem, "> BLOCKS (%u)", fs->super->s_blocks_count);
2144 meaning that we look at data blocks as well as
2232 * being in use; all of the other blocks are handled
2284 * Note: This function processes blocks for the bad blocks
2336 * there's an overlap between the filesystem table blocks
2399 * If there are bad blocks in the inode table,
2517 * This routine gets called at the end of pass 1 if bad blocks are
2519 * block bitmaps. At this point, all of the blocks have been mapped
2521 * blocks.
2551 * This routine marks all blocks which are used by the superblock,
2570 * Mark the blocks used for the inode table
2635 blk_t *blocks)
2644 blocks[i] = ctx->stashed_inode->i_block[i];