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

  /external/e2fsprogs/e2fsck/
extents.c 40 if (!ctx->inodes_to_rebuild)
44 "inodes_to_rebuild",
45 &ctx->inodes_to_rebuild);
49 ext2fs_mark_inode_bitmap2(ctx->inodes_to_rebuild, ino);
56 if (!ctx->inodes_to_rebuild)
58 return ext2fs_test_inode_bitmap2(ctx->inodes_to_rebuild, ino);
364 if (ctx->inodes_to_rebuild)
365 ext2fs_free_inode_bitmap(ctx->inodes_to_rebuild);
366 ctx->inodes_to_rebuild = NULL;
369 if (ctx->inodes_to_rebuild == NULL
    [all...]
e2fsck.h 392 ext2fs_inode_bitmap inodes_to_rebuild; member in struct:e2fsck_struct

Completed in 74 milliseconds