Home
last modified time | relevance | path

Searched refs:vnode_setattr (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_core.c464 vnode_setattr(vp, vap, ctx); in coredump()
664 vnode_setattr(vp, vap, ctx); in coredump()
H A Dtty_dev.c169 error = vnode_setattr(nd.ni_vp, &va, ctx); in _devfs_setattr()
H A Dkern_mman.c583 vnode_setattr(vp, &va, ctx); in mmap()
H A Ddecmpfs.c2029 err = vnode_setattr(vp, &va, decmpfs_ctx);
/xnu-11215/bsd/vfs/
H A Dvfs_xattr.c2242 (void) vnode_setattr(vp, &va, context); in default_setxattr_vfs()
2460 (void) vnode_setattr(vp, &va, context); in default_removexattr_vfs()
2929 (void) vnode_setattr(vp, &va, context); in default_setxattr_doubleagent()
3012 (void) vnode_setattr(vp, &va, context); in default_removexattr_doubleagent()
H A Dvfs_syscalls.c7620 error = chflags0(vp, &va, (void *)vnode_setattr, &va, ctx); in chflags1()
7760 if ((error = vnode_setattr(vp, vap, ctx)) != 0) { in chmod_vnode()
8084 error = vnode_setattr(vp, &va, ctx); in vn_chown_internal()
8264 error = vnode_setattr(vp, &va, ctx); in setutimes()
8423 error = vnode_setattr(vp, &va, ctx); in truncate_internal()
H A Dkpi_vfs.c2982 vnode_setattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx) in vnode_setattr() function
4548 _err = vnode_setattr(*fvpp, &va, ctx); in vn_rename()
H A Dvfs_attrlist.c4663 if ((va.va_active != 0LL) && ((error = vnode_setattr(vp, &va, ctx)) != 0)) { in setattrlist_internal()
H A Dvfs_subr.c7873 return vnode_setattr(vp, &va, ctx); in vnode_setsize()
/xnu-11215/bsd/sys/
H A Dvnode.h1423 int vnode_setattr(vnode_t vp, struct vnode_attr *vap, vfs_context_t ctx);
/xnu-11215/bsd/vm/
H A Dvm_unix.c1654 vnode_setattr(srfmp->vp, &va, vfs_context_current()); in shared_region_map_and_slide_cleanup()
2284 vnode_setattr(vp, &va, vfs_context_current()); in map_with_linking_np()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c620 error = vnode_setattr(vp, vap, ctx); in nfsrv_setattr()
2177 error = vnode_setattr(vp, vap, ctx); in nfsrv_create()
2271 error = vnode_setattr(vp, vap, ctx); in nfsrv_create()
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12876 vnode_setattr(vp, &va, ctx);