Home
last modified time | relevance | path

Searched refs:VNOP_GETNAMEDSTREAM (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/kern/
H A Dimageboot.c687 if (VNOP_GETNAMEDSTREAM(vp, &rsrc_vp, XATTR_RESOURCEFORK_NAME, NS_OPEN, /*flags*/ 0, ctx) == 0) { in imageboot_read_file_internal()
/xnu-12377.61.12/bsd/sys/
H A Dvnode_if.h1765 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, v…
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c474 error = VNOP_GETNAMEDSTREAM(vp, svpp, name, op, flags, context); in vnode_getnamedstream()
H A Dkpi_vfs.c6485 VNOP_GETNAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation operation, int fl… in VNOP_GETNAMEDSTREAM() function