Home
last modified time | relevance | path

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

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