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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h1544 enum nsoperation { NS_OPEN, NS_CREATE, NS_DELETE }; enumerator in enum:nsoperation
1566 if the resource fork has not been opened and the operation is not NS_OPEN, fail with ENOATTR. Currently
1567 only passed as NS_OPEN by VFS.
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c504 nsop = NS_OPEN;
H A Dvfs_xattr.c886 if (op == NS_OPEN && datasize != 0) {
H A Dkpi_vfs.c3626 if (vnode_getnamedstream(vp, &svp, XATTR_RESOURCEFORK_NAME, NS_OPEN, 0, ctx) == 0) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c142 ) && (ap->a_operation != NS_OPEN)) {

Completed in 100 milliseconds