Home
last modified time | relevance | path

Searched refs:VNOP_GETXATTR (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c475 …error = VNOP_GETXATTR(lvp, args->a_name, args->a_uio, args->a_size, args->a_options, args->a_conte… in bindfs_getxattr()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1467 extern errno_t VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vf…
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c170 error = VNOP_GETXATTR(vp, name, uio, size, options, context); in vn_getxattr()
239 native = VNOP_GETXATTR(vp, name, NULL, &sz, 0, context) ? 0 : 1; in vn_setxattr()
H A Dkpi_vfs.c6077 VNOP_GETXATTR(vnode_t vp, const char *name, uio_t uio, size_t *size, int options, vfs_context_t ctx) in VNOP_GETXATTR() function
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c971 error = VNOP_GETXATTR(lvp, args->a_name, args->a_uio, args->a_size, args->a_options, ectx); in nullfs_getxattr()