Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:dotdot

32 	ext2_ino_t		dotdot;	/* Parent according to '..' */
138 ent.dotdot = parent;
167 dir->dotdot = parent;
205 ret_dir_info.dotdot = buf->dotdot;
208 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent);
222 ctx->dir_info->array[low].dotdot,
230 ctx->dir_info->array[high].dotdot,
243 ctx->dir_info->array[mid].dotdot,
263 printf("e2fsck_put_dir_info (%d, %d, %d)...", dir->ino, dir->dotdot,
271 buf.dotdot = dir->dotdot;
359 ret_dir_info.dotdot = buf->dotdot;
372 ctx->dir_info->array[iter->i].dotdot,
401 ext2_ino_t dotdot)
408 p->dotdot = dotdot;
434 ext2_ino_t *dotdot)
441 *dotdot = p->dotdot;