Lines Matching refs:tdp
558 struct pcnode *tdp, /* target directory */
605 if (pcp == tdp) {
614 if ((dp->pc_scluster == tdp->pc_scluster) &&
631 error = pc_findentry(tdp, tnm, &slot, NULL);
657 error = pc_dirremove(tdp, tnm,
661 PCTOV(tdp), tnm, ctp);
670 error = pc_dirremove(tdp, tnm,
673 vnevent_rename_dest(PCTOV(tpcp), PCTOV(tdp),
718 ndirentries = direntries_needed(tdp, tnm);
727 offset = pc_find_free_space(tdp, ndirentries);
773 direntries = pc_name_to_pcdir(tdp, tnm, ndirentries, &error);
778 error = pc_makedirentry(tdp, direntries, ndirentries, NULL,
787 error = pc_blkatoff(tdp, offset, &bp, &ep);
817 if (oldisdir && dp != tdp) {
818 if ((error = pc_dirfixdotdot(pcp, dp, tdp)) != 0) {
829 if (dp != tdp)
830 vnevent_rename_dest_dir(PCTOV(tdp), ctp);