Searched refs:VVMLOCK (Results 1 – 2 of 2) sorted by relevance
775 if ((vp->v_flag & VVMLOCK) && (flags & B_ASYNC)) { in pvn_vplist_dirty()780 while (vp->v_flag & VVMLOCK) in pvn_vplist_dirty()788 vp->v_flag |= VVMLOCK; in pvn_vplist_dirty()988 vp->v_flag &= ~VVMLOCK; in pvn_vplist_dirty()
304 #define VVMLOCK 0x400 macro