Searched refs:dotdesc (Results 1 – 1 of 1) sorted by relevance
584 struct inodesc dotdesc; in fix_extraneous() local593 memset(&dotdesc, 0, sizeof(struct inodesc)); in fix_extraneous()594 dotdesc.id_type = DATA; in fix_extraneous()595 dotdesc.id_number = idesc->id_dirp->d_ino; in fix_extraneous()596 dotdesc.id_func = findino; in fix_extraneous()597 dotdesc.id_name = strdup(".."); in fix_extraneous()598 ginode(dotdesc.id_number, &ip); in fix_extraneous()599 if ((ckinode(ip.i_dp, &dotdesc) & FOUND)) in fix_extraneous()600 inp->i_dotdot = dotdesc.id_parent; in fix_extraneous()602 free(dotdesc.id_name); in fix_extraneous()[all …]