Home
last modified time | relevance | path

Searched refs:vn_getxattr (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/security/
H A Dmac_vfs_subr.c209 error = vn_getxattr(vp, name, auio, attrlen, options, ctx); in mac_vnop_getxattr()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c128 vn_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size, in vn_getxattr() function
818 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, NULL, &datasize, in getshadowfile()
827 (vn_getxattr(vp, XATTR_FINDERINFO_NAME, NULL, &datasize, in getshadowfile()
991 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, auio, &tmpsize, in default_getnamedstream()
H A Dkpi_vfs.c2562 error = vn_getxattr(vp, KAUTH_FILESEC_XATTR, NULL, &xsize, XATTR_NOSECURITY, ctx); in vnode_get_filesec()
2603 if ((error = vn_getxattr(vp, in vnode_get_filesec()
H A Dvfs_attrlist.c1941 error = vn_getxattr(vp, XATTR_FINDERINFO_NAME, auio, in attr_pack_common()
2228 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, NULL, in attr_pack_file()
H A Dvfs_syscalls.c13791 error = vn_getxattr(vp, attrname, auio, &attrsize, uap->options, ctx); in getxattr()
13850 error = vn_getxattr(vp, attrname, auio, &attrsize, uap->options, vfs_context_current()); in fgetxattr()
/xnu-12377.61.12/bsd/sys/
H A Dvnode_internal.h514 int vn_getxattr(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
/xnu-12377.61.12/bsd/kern/
H A Ddecmpfs.c555 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx);
583 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, attr_uio, &read_size, XATTR_NOSECURITY, decmpfs_ctx);