Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:parent

32 	ext2_ino_t		dotdot;	/* Parent according to '..' */
33 ext2_ino_t parent; /* Parent according to treewalk */
114 * entry. During pass1, the passed-in parent is 0; it will get filled
117 void e2fsck_add_dir_info(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent)
126 printf("add_dir_info for inode (%lu, %lu)...\n", ino, parent);
145 ent.parent = parent;
146 ent.dotdot = parent;
175 dir->dotdot = parent;
176 dir->parent = parent;
214 ret_dir_info.parent = buf->parent;
216 printf("(%d,%d,%d)\n", ino, buf->dotdot, buf->parent);
231 ctx->dir_info->array[low].parent);
239 ctx->dir_info->array[high].parent);
252 ctx->dir_info->array[mid].parent);
272 dir->parent);
278 buf.parent = dir->parent;
369 ret_dir_info.parent = buf->parent;
382 ctx->dir_info->array[iter->i].parent);
389 * This function only sets the parent pointer, and requires that
393 ext2_ino_t parent)
400 p->parent = parent;
423 * This function only sets the parent pointer, and requires that
427 ext2_ino_t *parent)
434 *parent = p->parent;