Searched refs:VVMLOCK (Results 1 – 2 of 2) sorted by relevance
768 if ((vp->v_flag & VVMLOCK) && (flags & B_ASYNC)) { in pvn_vplist_dirty()773 while (vp->v_flag & VVMLOCK) in pvn_vplist_dirty()781 vp->v_flag |= VVMLOCK; in pvn_vplist_dirty()981 vp->v_flag &= ~VVMLOCK; in pvn_vplist_dirty()
364 #define VVMLOCK 0x400 macro