Home
last modified time | relevance | path

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

/xnu-8792.41.9/security/
H A Dmac_vfs_subr.c183 error = vn_setxattr(vp, name, auio, options, ctx); in mac_vnop_setxattr()
/xnu-8792.41.9/bsd/sys/
H A Dvnode_internal.h518 int vn_setxattr(vnode_t, const char *, uio_t, int, vfs_context_t);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c180 vn_setxattr(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t context) in vn_setxattr() function
657 error = vn_setxattr(vp, XATTR_RESOURCEFORK_NAME, auio, XATTR_NOSECURITY, context); in vnode_flushnamedstream()
H A Dvfs_attrlist.c886 error = vn_setxattr(vp, XATTR_FINDERINFO_NAME, auio, XATTR_NOSECURITY, ctx); in setattrlist_setfinderinfo()
H A Dkpi_vfs.c2605 error = vn_setxattr(vp, in vnode_set_filesec()
H A Dvfs_syscalls.c13017 error = vn_setxattr(vp, sactx->attrname, auio, uap->options, ctx); in setxattr()
13086 error = vn_setxattr(vp, attrname, auio, uap->options, vfs_context_current()); in fsetxattr()