Searched refs:tcnp (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/ufs/ext2fs/ |
| D | ext2fs_vnops.c | 588 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/ |
| D | ufs_vnops.c | 779 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/ |
| D | msdosfs_vnops.c | 923 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/ |
| D | vnode_if.c | 693 int VOP_RENAME(fdvp, fvp, fcnp, tdvp, tvp, tcnp) in VOP_RENAME() argument 699 struct componentname *tcnp; 712 a.a_tcnp = tcnp;
|
| D | vnode_if.src | 281 IN struct componentname *tcnp;
|
| /mirbsd/src/sys/nfs/ |
| D | nfs_vnops.c | 1497 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);
|