Home
last modified time | relevance | path

Searched refs:VNOP_MAKENAMEDSTREAM (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1791 extern errno_t VNOP_MAKENAMEDSTREAM(vnode_t, vnode_t *, const char *, int flags, vfs_context_t);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c499 error = VNOP_MAKENAMEDSTREAM(vp, svpp, name, flags, context); in vnode_makenamedstream()
H A Dkpi_vfs.c6507 VNOP_MAKENAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, int flags, vfs_context_t ctx) in VNOP_MAKENAMEDSTREAM() function