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)
130 (ctx->inode_bb_map &&
131 ext2fs_test_inode_bitmap(ctx->inode_bb_map, i)))
166 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
167 ctx->inode_bb_map = 0;
e2fsck.c 104 if (ctx->inode_bb_map) {
105 ext2fs_free_inode_bitmap(ctx->inode_bb_map);
106 ctx->inode_bb_map = 0;
e2fsck.h 221 ext2fs_inode_bitmap inode_bb_map; /* Inodes which are in bad blocks */ member in struct:e2fsck_struct
pass2.c 889 } else if (ctx->inode_bb_map &&
890 (ext2fs_test_inode_bitmap(ctx->inode_bb_map,
    [all...]
pass1.c 24 * - A bitmap of which inodes are in bad blocks. (inode_bb_map)
630 if (!ctx->inode_bb_map)
632 ext2fs_mark_inode_bitmap(ctx->inode_bb_map, ino);
    [all...]

Completed in 154 milliseconds