Searched refs:VL_HASSTREAMS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h222 #define VL_HASSTREAMS 0x1000 /* vnode has had at least one associated named stream vnode (may not have one any longer) */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c426 vp->v_lflag |= VL_HASSTREAMS;
472 vp->v_lflag |= VL_HASSTREAMS;
H A Dkpi_vfs.c1702 return ((vp->v_lflag & VL_HASSTREAMS) ? 1 : 0);
H A Dvfs_subr.c2228 pvp->v_lflag &= ~VL_HASSTREAMS;

Completed in 225 milliseconds