Searched refs:NS_OPEN (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1733 enum nsoperation { NS_OPEN, NS_CREATE, NS_DELETE }; enumerator
|
| /xnu-12377.41.6/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.41.6/bsd/vfs/ |
| H A D | vfs_lookup.c | 913 nsop = NS_OPEN; in lookup_handle_rsrc_fork()
|
| H A D | vfs_xattr.c | 964 if (op == NS_OPEN && datasize != 0) { in default_getnamedstream()
|
| H A D | kpi_vfs.c | 3926 if (vnode_getnamedstream(vp, &svp, XATTR_RESOURCEFORK_NAME, NS_OPEN, 0, ctx) == 0) { in VNOP_SETATTR()
|
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_unix.c | 1763 NS_OPEN, 0, vfs_context_kernel()) == 0) { in shared_region_map_and_slide_cleanup()
|