Lines Matching defs:tcnp
892 struct componentname *tcnp = ap->a_tcnp;
909 if ((tcnp->cn_flags & HASBUF) == 0 ||
920 VOP_ABORTOP(tdvp, tcnp);
960 (tcnp->cn_flags & ISDOTDOT) ||
993 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
1009 if ((tcnp->cn_flags & SAVESTART) == 0)
1011 if ((error = vfs_relookup(tdvp, &tvp, tcnp)) != 0)
1047 * Convert the filename in tcnp into a dos filename. We copy this
1051 if ((error = uniqdosname(VTODE(tdvp), tcnp, toname)) != 0)
1112 error = createde(ip, dp, NULL, tcnp);