Searched refs:VNOP_SETXATTR (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1490 extern errno_t VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ct…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 224 error = VNOP_SETXATTR(vp, name, uio, options, context); in vn_setxattr() 254 error = VNOP_SETXATTR(vp, name, uio, options, context); in vn_setxattr()
|
| H A D | kpi_vfs.c | 6097 VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ctx) in VNOP_SETXATTR() function
|