Home
last modified time | relevance | path

Searched refs:NS_OPEN (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1733 enum nsoperation { NS_OPEN, NS_CREATE, NS_DELETE }; enumerator
/xnu-12377.41.6/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.41.6/bsd/vfs/
H A Dvfs_lookup.c913 nsop = NS_OPEN; in lookup_handle_rsrc_fork()
H A Dvfs_xattr.c964 if (op == NS_OPEN && datasize != 0) { in default_getnamedstream()
H A Dkpi_vfs.c3926 if (vnode_getnamedstream(vp, &svp, XATTR_RESOURCEFORK_NAME, NS_OPEN, 0, ctx) == 0) { in VNOP_SETATTR()
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c1763 NS_OPEN, 0, vfs_context_kernel()) == 0) { in shared_region_map_and_slide_cleanup()