Searched refs:VNOP_GETXATTR (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 475 …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 D | vnode_if.h | 1467 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 D | vfs_xattr.c | 170 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 D | kpi_vfs.c | 6077 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 D | null_vnops.c | 971 error = VNOP_GETXATTR(lvp, args->a_name, args->a_uio, args->a_size, args->a_options, ectx); in nullfs_getxattr()
|