Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dotdot

38 	ext2_ino_t		dotdot;	/* Parent according to '..' */
168 ent.dotdot = parent;
196 dir->dotdot = parent;
235 ret_dir_info.dotdot = buf->dotdot;
238 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent);
253 ctx->dir_info->array[low].dotdot,
261 ctx->dir_info->array[high].dotdot,
274 ctx->dir_info->array[mid].dotdot,
297 printf("e2fsck_put_dir_info (%d, %d, %d)...", dir->ino, dir->dotdot,
306 buf.dotdot = dir->dotdot;
400 ret_dir_info.dotdot = buf->dotdot;
414 ctx->dir_info->array[iter->i].dotdot,
443 ext2_ino_t dotdot)
450 p->dotdot = dotdot;
476 ext2_ino_t *dotdot)
483 *dotdot = p->dotdot;