Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_vfs_subr.c183 error = vn_setxattr(vp, name, auio, options, ctx); in mac_vnop_setxattr()
/xnu-10063.101.15/bsd/sys/
H A Dvnode_internal.h519 int vn_setxattr(vnode_t, const char *, uio_t, int, vfs_context_t);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c174 vn_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context) in vn_setxattr() function
651 error = vn_setxattr(vp, XATTR_RESOURCEFORK_NAME, auio, XATTR_NOSECURITY, context); in vnode_flushnamedstream()
H A Dvfs_attrlist.c890 error = vn_setxattr(vp, XATTR_FINDERINFO_NAME, auio, XATTR_NOSECURITY, ctx); in setattrlist_setfinderinfo()
H A Dkpi_vfs.c2629 error = vn_setxattr(vp, in vnode_set_filesec()
H A Dvfs_syscalls.c13240 error = vn_setxattr(vp, sactx->attrname, auio, uap->options, ctx); in setxattr()
13309 error = vn_setxattr(vp, attrname, auio, uap->options, vfs_context_current()); in fsetxattr()