Searched refs:VNOP_GETNAMEDSTREAM (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | imageboot.c | 687 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 D | vnode_if.h | 1765 extern errno_t VNOP_GETNAMEDSTREAM(vnode_t, vnode_t *, const char *, enum nsoperation, int flags, v…
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_xattr.c | 474 error = VNOP_GETNAMEDSTREAM(vp, svpp, name, op, flags, context); in vnode_getnamedstream()
|
| H A D | kpi_vfs.c | 6485 VNOP_GETNAMEDSTREAM(vnode_t vp, vnode_t *svpp, const char *name, enum nsoperation operation, int fl… in VNOP_GETNAMEDSTREAM() function
|