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