Searched defs:tcnp (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c948 struct componentname *tcnp = ap->a_tcnp; local
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c4072 struct componentname *tcnp = ap->a_tcnp; local
[all...]
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c4000 struct componentname *tcnp = ap->a_tcnp; local
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c3713 vn_rename(struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap, struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, uint32_t flags, vfs_context_t ctx) argument
3969 VNOP_RENAME(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, vfs_context_t ctx) argument
4026 VNOP_COMPOUND_RENAME( struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap, struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, uint32_t flags, vfs_context_t ctx) argument
5043 VNOP_COPYFILE(struct vnode *fvp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, int mode, int flags, vfs_context_t ctx) argument
[all...]
H A Dvfs_subr.c5520 vn_authorize_rename(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp, struct vnode *tdvp, struct vnode *tvp, struct componentname *tcnp, vfs_context_t ctx, void *reserved) argument

Completed in 73 milliseconds