Home
last modified time | relevance | path

Searched refs:tcnp (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_vnops.c588 register struct componentname *tcnp = ap->a_tcnp; local
599 if ((tcnp->cn_flags & HASBUF) == 0 ||
610 VOP_ABORTOP(tdvp, tcnp); /* XXX, why not in NFS? */
638 VOP_ABORTOP(tdvp, tcnp);
669 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
671 error = VOP_ACCESS(tvp, VWRITE, tcnp->cn_cred,
672 tcnp->cn_proc);
684 (tcnp->cn_flags & ISDOTDOT) ||
728 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
737 error = ext2fs_checkpath(ip, dp, tcnp->cn_cred);
[all …]
/mirbsd/src/sys/ufs/ufs/
Dufs_vnops.c779 struct componentname *tcnp = ap->a_tcnp; local
788 if ((tcnp->cn_flags & HASBUF) == 0 ||
799 VOP_ABORTOP(tdvp, tcnp); /* XXX, why not in NFS? */
837 VOP_ABORTOP(tdvp, tcnp);
877 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
879 error = VOP_ACCESS(tvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
891 (tcnp->cn_flags & ISDOTDOT) ||
938 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
954 if ((error = ufs_checkpath(ip, dp, tcnp->cn_cred)) != 0)
956 if ((tcnp->cn_flags & SAVESTART) == 0)
[all …]
/mirbsd/src/sys/msdosfs/
Dmsdosfs_vnops.c923 register struct componentname *tcnp = ap->a_tcnp; local
941 if ((tcnp->cn_flags & HASBUF) == 0 ||
952 VOP_ABORTOP(tdvp, tcnp);
992 (tcnp->cn_flags & ISDOTDOT) ||
1024 error = VOP_ACCESS(fvp, VWRITE, tcnp->cn_cred, tcnp->cn_proc);
1040 if ((tcnp->cn_flags & SAVESTART) == 0)
1042 if ((error = relookup(tdvp, &tvp, tcnp)) != 0)
1079 if ((error = uniqdosname(VTODE(tdvp), tcnp, toname)) != 0)
1140 error = createde(ip, dp, (struct denode **)0, tcnp);
/mirbsd/src/sys/kern/
Dvnode_if.c693 int VOP_RENAME(fdvp, fvp, fcnp, tdvp, tvp, tcnp) in VOP_RENAME() argument
699 struct componentname *tcnp;
712 a.a_tcnp = tcnp;
Dvnode_if.src281 IN struct componentname *tcnp;
/mirbsd/src/sys/nfs/
Dnfs_vnops.c1497 struct componentname *tcnp = ap->a_tcnp; local
1502 if ((tcnp->cn_flags & HASBUF) == 0 ||
1518 tvp->v_type != VDIR && !nfs_sillyrename(tdvp, tvp, tcnp)) {
1525 tdvp, tcnp->cn_nameptr, tcnp->cn_namelen, tcnp->cn_cred,
1526 tcnp->cn_proc);