HomeSort by relevance Sort by last modified time
    Searched refs:inode_bb_map (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/e2fsck/
pass4.c 12 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
141 (ctx->inode_bb_map &&
142 ext2fs_test_inode_bitmap2(ctx->inode_bb_map, i)))
186 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
187 ctx->inode_bb_map = 0;
e2fsck.c 110 if (ctx->inode_bb_map) {
111 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
112 ctx->inode_bb_map = 0;
e2fsck.h 247 ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ member in struct:e2fsck_struct
pass2.c 893 } else if (ctx->inode_bb_map &&
894 (ext2fs_test_inode_bitmap2(ctx->inode_bb_map,
    [all...]
pass1.c 24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
735 if (!ctx->inode_bb_map)
737 ext2fs_mark_inode_bitmap2(ctx->inode_bb_map, ino);
    [all...]

Completed in 49 milliseconds