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

  /external/e2fsprogs/e2fsck/
pass5.c 94 if (pctx->ino == pctx->ino2)
95 pctx->ino2 = 0;
100 if (pctx->ino == pctx->ino2)
101 pctx->ino2 = 0;
108 pctx->ino = pctx->ino2 = 0;
139 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map);
154 pctx.ino2 = ext2fs_get_block_bitmap_end(fs->block_map);
341 pctx.ino2 = ext2fs_get_inode_bitmap_end(ctx->inode_used_map);
354 pctx.ino2 = ext2fs_get_inode_bitmap_end(fs->inode_map);
368 pctx.ino = pctx.ino2 = 0
    [all...]
message.c 39 * %j <ino2> inode number
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
45 * then return the pathname of directory <ino2>)
413 printf("%u", ctx->ino2);
429 print_pathname(fs, ctx->ino2,
pass3.c 351 if (e2fsck_dir_info_get_dotdot(ctx, dir, &pctx->ino2) ||
356 if (pctx->ino2 != pctx->dir) {
problem.h 16 ext2_ino_t ino, ino2, dir; member in struct:problem_context
pass2.c 746 cd->pctx.ino2 = 0;
1000 cd->pctx.ino2 = subdir_parent;
1007 cd->pctx.ino2 = 0;
    [all...]
super.c 567 pctx.ino2 = should_be;

Completed in 1897 milliseconds