Home
last modified time | relevance | path

Searched refs:tpcp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c564 struct pcnode *tpcp = NULL; /* pcnode that's in our way */ in pc_rename() local
639 tpcp = pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_rename()
642 newisdir = tpcp->pc_entry.pcd_attr & PCA_DIR; in pc_rename()
660 vnevent_rename_dest(PCTOV(tpcp), in pc_rename()
662 VN_RELE(PCTOV(tpcp)); in pc_rename()
663 tpcp = NULL; in pc_rename()
673 vnevent_rename_dest(PCTOV(tpcp), PCTOV(tdp), in pc_rename()
675 VN_RELE(PCTOV(tpcp)); in pc_rename()
676 tpcp = NULL; in pc_rename()
834 if (tpcp != NULL) in pc_rename()
[all …]