Searched refs:vn_setxattr (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_vfs_subr.c173 error = vn_setxattr(vp, name, auio, options, ctx);
/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h429 int vn_setxattr(vnode_t, const char *, uio_t, int, vfs_context_t);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c182 vn_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context) function
227 * in vn_setxattr can we do the getxattrs needed to ascertain whether
636 error = vn_setxattr(vp, XATTR_RESOURCEFORK_NAME, auio, XATTR_NOSECURITY, context);
H A Dvfs_attrlist.c734 error = vn_setxattr(vp, XATTR_FINDERINFO_NAME, auio, XATTR_NOSECURITY, ctx);
2558 * vnode_setattr and vn_setxattr invoke two separate vnops, we need
H A Dkpi_vfs.c2147 error = vn_setxattr(vp,
H A Dvfs_syscalls.c9212 error = vn_setxattr(vp, attrname, auio, uap->options, ctx);
9264 error = vn_setxattr(vp, attrname, auio, uap->options, vfs_context_current());

Completed in 107 milliseconds