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

  /external/e2fsprogs/e2fsck/
pass5.c 86 if (pctx->ino == pctx->ino2)
87 pctx->ino2 = 0;
92 if (pctx->ino == pctx->ino2)
93 pctx->ino2 = 0;
100 pctx->ino = pctx->ino2 = 0;
131 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map);
146 pctx.ino2 = ext2fs_get_block_bitmap_end(fs->block_map);
358 pctx.ino2 = ext2fs_get_inode_bitmap_end(ctx->inode_used_map);
371 pctx.ino2 = ext2fs_get_inode_bitmap_end(fs->inode_map);
383 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>)
459 printf("%u", ctx->ino2);
475 print_pathname(fs, ctx->ino2,
pass3.c 338 if (e2fsck_dir_info_get_dotdot(ctx, dir, &pctx->ino2) ||
343 if (pctx->ino2 != pctx->dir) {
pass2.c 752 cd->pctx.ino2 = 0;
1065 cd->pctx.ino2 = subdir_parent;
1072 cd->pctx.ino2 = 0;
    [all...]
problem.h 16 ext2_ino_t ino, ino2, dir; member in struct:problem_context
super.c 573 pctx.ino2 = should_be;

Completed in 45 milliseconds