Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_vfs_subr.c209 error = vn_getxattr(vp, name, auio, attrlen, options, ctx); in mac_vnop_getxattr()
/xnu-10063.101.15/bsd/sys/
H A Dvnode_internal.h518 int vn_getxattr(vnode_t, const char *, uio_t, size_t *, int, vfs_context_t);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c117 vn_getxattr(vnode_t vp, const char *name, uio_t uio, size_t *size, in vn_getxattr() function
807 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, NULL, &datasize, in getshadowfile()
816 (vn_getxattr(vp, XATTR_FINDERINFO_NAME, NULL, &datasize, in getshadowfile()
980 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, auio, &tmpsize, in default_getnamedstream()
H A Dvfs_attrlist.c1873 error = vn_getxattr(vp, XATTR_FINDERINFO_NAME, auio, in attr_pack_common()
2159 error = vn_getxattr(vp, XATTR_RESOURCEFORK_NAME, NULL, in attr_pack_file()
H A Dkpi_vfs.c2470 error = vn_getxattr(vp, KAUTH_FILESEC_XATTR, NULL, &xsize, XATTR_NOSECURITY, ctx); in vnode_get_filesec()
2511 if ((error = vn_getxattr(vp, in vnode_get_filesec()
H A Dvfs_syscalls.c13097 error = vn_getxattr(vp, attrname, auio, &attrsize, uap->options, ctx); in getxattr()
13155 error = vn_getxattr(vp, attrname, auio, &attrsize, uap->options, vfs_context_current()); in fgetxattr()
/xnu-10063.101.15/bsd/kern/
H A Ddecmpfs.c559 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, NULL, &attr_size, XATTR_NOSECURITY, decmpfs_ctx);
581 err = vn_getxattr(vp, DECMPFS_XATTR_NAME, attr_uio, &read_size, XATTR_NOSECURITY, decmpfs_ctx);