Home
last modified time | relevance | path

Searched refs:vnode_setattr_fallback (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/sys/
H A Dvnode_internal.h588 int vnode_setattr_fallback(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c2161 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_create()
2488 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_mknod()
3954 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_mkdir()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c3084 error = vnode_setattr_fallback(vp, vap, ctx); in vnode_setattr()
3155 vnode_setattr_fallback(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx) in vnode_setattr_fallback() function
H A Dvfs_syscalls.c6027 error = vnode_setattr_fallback(vp, &va, ctx); in symlinkat_internal()
8919 (void)vnode_setattr_fallback(tvp, nvap, ctx); in clonefile_internal()
H A Dvfs_subr.c8029 error = vnode_setattr_fallback(*vpp, vap, ctx); in vn_create()