Searched refs:VL_LABELWAIT (Results 1 – 3 of 3) sorted by relevance
108 if (vp->v_lflag & VL_LABELWAIT) { in vnode_label()109 vp->v_lflag &= ~VL_LABELWAIT; in vnode_label()119 vp->v_lflag |= VL_LABELWAIT; in vnode_label()151 vp->v_lflag |= VL_LABELWAIT; in vnode_relabel()
271 #define VL_LABELWAIT 0x0200 /* vnode is marked for labeling */ macro
6047 assert((vp->v_lflag & VL_LABELWAIT) != VL_LABELWAIT); in new_vnode()