Home
last modified time | relevance | path

Searched refs:VNOP_SETXATTR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1490 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 Dvfs_xattr.c224 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 Dkpi_vfs.c6097 VNOP_SETXATTR(vnode_t vp, const char *name, uio_t uio, int options, vfs_context_t ctx) in VNOP_SETXATTR() function