Lines Matching refs:tcnp
731 struct vnode *tdvp, struct componentname *tcnp,
746 KASSERT(tcnp != NULL);
842 NULL, tcnp, VTOI(fvp)->i_number, LFS_IFTODT(VTOI(fvp)->i_mode),
868 * Make the target directory's entry for tcnp point at
1014 struct vnode *tdvp, struct componentname *tcnp,
1025 KASSERT(tcnp != NULL);
1050 tdvp, tcnp, tde, tvp,
1092 * . tcnp (to component name),
1101 struct vnode *tdvp, struct componentname *tcnp,
1113 KASSERT(tcnp != NULL);
1114 KASSERT(fcnp != tcnp);
1116 KASSERT(tcnp->cn_nameptr != NULL);
1118 if ((fcnp->cn_flags | tcnp->cn_flags) & ISDOTDOT)
1122 if ((tcnp->cn_namelen == 1) && (tcnp->cn_nameptr[0] == '.'))
1126 fdvp, fcnp, &fulr, tdvp, tcnp, &tulr,