Searched refs:fvap (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h390 errno_t vn_rename(struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap,
H A Dvnode_if.h755 struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap,
/macosx-10.9.5/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, argument
3815 _err = VNOP_COMPOUND_RENAME(fdvp, fvpp, fcnp, fvap, tdvp, tvpp, tcnp, tvap, flags, ctx);
4027 struct vnode *fdvp, struct vnode **fvpp, struct componentname *fcnp, struct vnode_attr *fvap,
4044 a.a_fvap = fvap;
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
H A Dvfs_syscalls.c6030 struct vnode_attr *fvap, *tvap; local
6046 fvap = tvap = NULL;
6293 fvap = &__rename_data->fv_attr;
6333 error = vn_rename(fdvp, &fvp, &fromnd->ni_cnd, fvap,
6391 if (fvap) {
6392 vnode_get_fse_info_from_vap(fvp, &from_finfo, fvap);

Completed in 102 milliseconds