Searched refs:VL_HASSTREAMS (Results 1 – 5 of 5) sorted by relevance
274 #define VL_HASSTREAMS 0x1000 /* vnode has had at least one associated named stream vnode… macro
430 vp->v_lflag |= VL_HASSTREAMS; in vnode_setasnamedstream_internal()
2214 return (vp->v_lflag & VL_HASSTREAMS) ? 1 : 0; in vnode_hasnamedstreams()
3123 pvp->v_lflag &= ~VL_HASSTREAMS; in vclean()
13463 if (vp->v_lflag & VL_HASSTREAMS) { in fsctl_internal()