Home | History | Annotate | Download | only in msdosfs

Lines Matching defs:tcnp

80  * . tcnp (to component name).
111 struct componentname *tcnp = ap->a_tcnp;
120 KASSERT(tcnp != NULL);
130 KASSERT(kauth_cred_uidmatch(cred, tcnp->cn_cred));
153 error = msdosfs_sane_rename(fdvp, fcnp, tdvp, tcnp, cred, false);
174 * . tcnp (to component name).
181 struct vnode *tdvp, struct componentname *tcnp,
187 fdvp, fcnp, &fmlr, tdvp, tcnp, &tmlr,
372 struct vnode *tdvp, struct componentname *tcnp,
388 KASSERT(tcnp != NULL);
448 * Convert the filename in tcnp into a dos filename. We copy this
452 error = msdosfs_uniqdosname(VTODE(tdvp), tcnp, toname);
469 error = msdosfs_createde(VTODE(fvp), VTODE(tdvp), tmlr, 0, tcnp);