Searched refs:VNOP_LISTXATTR (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 494 error = VNOP_LISTXATTR(lvp, args->a_uio, args->a_size, args->a_options, args->a_context); in bindfs_listxattr()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1537 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 997 error = VNOP_LISTXATTR(lvp, args->a_uio, args->a_size, args->a_options, ectx); in nullfs_listxattr()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 373 error = VNOP_LISTXATTR(vp, uio, size, options, context); in vn_listxattr()
|
| H A D | kpi_vfs.c | 6142 VNOP_LISTXATTR(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t ctx) in VNOP_LISTXATTR() function
|