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)
138 (ctx->inode_bb_map &&
139 ext2fs_test_inode_bitmap(ctx->inode_bb_map, i)))
182 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
183 ctx->inode_bb_map = 0;
e2fsck.c 107 if (ctx->inode_bb_map) {
108 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
109 ctx->inode_bb_map = 0;
e2fsck.h 228 ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ member in struct:e2fsck_struct
pass2.c 894 } else if (ctx->inode_bb_map &&
895 (ext2fs_test_inode_bitmap(ctx->inode_bb_map,
    [all...]
pass1.c 24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
706 if (!ctx->inode_bb_map)
708 ext2fs_mark_inode_bitmap(ctx->inode_bb_map, ino);
    [all...]

Completed in 815 milliseconds