Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dvnode_internal.h584 int vnode_setattr_fallback(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c2162 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_create()
2489 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_mknod()
3960 error = vnode_setattr_fallback(vp, vap, ctx); in nfsrv_mkdir()
/xnu-12377.61.12/bsd/vfs/
H A Dkpi_vfs.c3148 error = vnode_setattr_fallback(vp, vap, ctx); in vnode_setattr()
3219 vnode_setattr_fallback(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx) in vnode_setattr_fallback() function
H A Dvfs_syscalls.c6307 error = vnode_setattr_fallback(vp, &va, ctx); in symlinkat_internal()
9267 (void)vnode_setattr_fallback(tvp, nvap, ctx); in clonefile_internal()
H A Dvfs_subr.c8066 error = vnode_setattr_fallback(*vpp, vap, ctx); in vn_create()