Searched refs:NS_OPEN (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1546 enum nsoperation { NS_OPEN, NS_CREATE, NS_DELETE }; enumerator in enum:nsoperation
1568 if the resource fork has not been opened and the operation is not NS_OPEN, fail with ENOATTR. Currently
1569 only passed as NS_OPEN by VFS.
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c558 nsop = NS_OPEN;
H A Dvfs_xattr.c942 if (op == NS_OPEN && datasize != 0) {
H A Dkpi_vfs.c3199 if (vnode_getnamedstream(vp, &svp, XATTR_RESOURCEFORK_NAME, NS_OPEN, 0, ctx) == 0) {
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c140 ) && (ap->a_operation != NS_OPEN)) {

Completed in 45 milliseconds