Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dvnode_internal.h501 errno_t vnode_makenamedstream(vnode_t, vnode_t *, const char *, int, vfs_context_t);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c237 if ((error = vnode_makenamedstream(dvp, &ndp->ni_vp, XATTR_RESOURCEFORK_NAME, 0, ctx)) != 0) { in vn_open_auth_do_create()
H A Dvfs_xattr.c489 vnode_makenamedstream(vnode_t vp, vnode_t *svpp, const char *name, int flags, vfs_context_t context) in vnode_makenamedstream() function