Lines Matching defs:tcnp
846 struct componentname *fcnp, struct componentname *tcnp)
914 de = tmpfs_dir_lookup(VP_TO_TMPFS_DIR(tdvp), NULL, tcnp);
976 struct componentname *tcnp = v->a_tcnp;
1012 fcnp, tcnp);
1083 ((tcnp->cn_flags & IGNOREWHITEOUT) == 0 ||
1110 if (fcnp->cn_namelen != tcnp->cn_namelen ||
1111 bcmp(fcnp->cn_nameptr, tcnp->cn_nameptr, fcnp->cn_namelen) != 0) {
1112 newname = malloc(tcnp->cn_namelen, M_TMPFSNAME, M_WAITOK);
1130 tcnp->cn_cred);
1216 if (tcnp->cn_flags & ISWHITEOUT)
1217 tmpfs_dir_whiteout_remove(tdvp, tcnp);
1224 MPASS(tcnp->cn_namelen <= MAXNAMLEN);
1228 tmpfs_dirent_init(de, tcnp->cn_nameptr, tcnp->cn_namelen);
1242 tde = tmpfs_dir_lookup(tdnode, tnode, tcnp);
1249 * IGNOREWHITEOUT was passed in tcnp->cn_flags), clear the
1270 cache_vop_rename(fdvp, fvp, tdvp, tvp, fcnp, tcnp);