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.c565 struct pcnode *tpcp = NULL; /* pcnode that's in our way */ in pc_rename() local
640 tpcp = pc_getnode(VFSTOPCFS(vp->v_vfsp), in pc_rename()
643 newisdir = tpcp->pc_entry.pcd_attr & PCA_DIR; in pc_rename()
661 vnevent_rename_dest(PCTOV(tpcp), in pc_rename()
663 VN_RELE(PCTOV(tpcp)); in pc_rename()
664 tpcp = NULL; in pc_rename()
674 vnevent_rename_dest(PCTOV(tpcp), PCTOV(tdp), in pc_rename()
676 VN_RELE(PCTOV(tpcp)); in pc_rename()
677 tpcp = NULL; in pc_rename()
835 if (tpcp != NULL) in pc_rename()
[all …]