Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:parent

32 	ext2_ino_t		dotdot;	/* Parent according to '..' */
33 ext2_ino_t parent; /* Parent according to treewalk */
106 * entry. During pass1, the passed-in parent is 0; it will get filled
109 void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent)
118 printf("add_dir_info for inode (%lu, %lu)...\n", ino, parent);
137 ent.parent = parent;
138 ent.dotdot = parent;
167 dir->dotdot = parent;
168 dir->parent = parent;
206 ret_dir_info.parent = buf->parent;
208 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent);
223 ctx->dir_info->array[low].parent);
231 ctx->dir_info->array[high].parent);
244 ctx->dir_info->array[mid].parent);
264 dir->parent);
270 buf.parent = dir->parent;
362 ret_dir_info.parent = buf->parent;
375 ctx->dir_info->array[iter->i].parent);
382 * This function only sets the parent pointer, and requires that
386 ext2_ino_t parent)
393 p->parent = parent;
416 * This function only sets the parent pointer, and requires that
420 ext2_ino_t *parent)
427 *parent = p->parent;