Searched refs:VNOP_MAKENAMEDSTREAM (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1791 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_xattr.c | 499 error = VNOP_MAKENAMEDSTREAM(vp, svpp, name, flags, context); in vnode_makenamedstream()
|
| H A D | kpi_vfs.c | 6507 VNOP_MAKENAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, int flags, vfs_context_t ctx) in VNOP_MAKENAMEDSTREAM() function
|