Searched refs:tvpp (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 4480 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, in vn_rename() argument 4580 _err = VNOP_COMPOUND_RENAME(fdvp, fvpp, fcnp, fvap, tdvp, tvpp, tcnp, tvap, flags, ctx); in vn_rename() 4586 _err = VNOP_RENAMEX(fdvp, *fvpp, fcnp, tdvp, *tvpp, tcnp, flags, ctx); in vn_rename() 4591 _err = VNOP_RENAME(fdvp, *fvpp, fcnp, tdvp, *tvpp, tcnp, ctx); in vn_rename() 4595 _err = VNOP_RENAME(fdvp, *fvpp, fcnp, tdvp, *tvpp, tcnp, ctx); in vn_rename() 4629 *tvpp, /* tvp */ in vn_rename() 4897 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap, in VNOP_COMPOUND_RENAME() argument 4906 no_tvp = (*tvpp) == NULLVP; in VNOP_COMPOUND_RENAME() 4916 a.a_tvpp = tvpp; in VNOP_COMPOUND_RENAME() 4930 if (*tvpp && *tvpp != *fvpp) { in VNOP_COMPOUND_RENAME() [all …]
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 468 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap,
|
| H A D | vnode_if.h | 868 struct vnode *tdvp, struct vnode **tvpp, struct componentname *tcnp, struct vnode_attr *tvap,
|