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

  /external/e2fsprogs/e2fsck/
dirinfo.c 32 ext2_ino_t dotdot; /* Parent according to '..' */ member in struct:dir_info_ent
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,
    [all...]
e2fsck.h 89 ext2_ino_t dotdot; /* Parent according to '..' */ member in struct:dir_info
386 ext2_ino_t dotdot);
390 ext2_ino_t *dotdot);

Completed in 38 milliseconds