Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c494 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 Dvnode_if.h1537 extern errno_t VNOP_LISTXATTR(vnode_t, uio_t, size_t *, int, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c997 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 Dvfs_xattr.c373 error = VNOP_LISTXATTR(vp, uio, size, options, context); in vn_listxattr()
H A Dkpi_vfs.c6142 VNOP_LISTXATTR(vnode_t vp, uio_t uio, size_t *size, int options, vfs_context_t ctx) in VNOP_LISTXATTR() function