MI4_LLOCK
{ "MI4_LLOCK", MI4_LLOCK, MI4_LLOCK },
{"MI4_LLOCK", MI4_LLOCK, MI4_LLOCK},
mi->mi_flags |= MI4_LLOCK;
if (VTOMI4(vp)->mi_flags & MI4_LLOCK)
if (mi->mi_flags & MI4_LLOCK)
mi->mi_flags |= MI4_LLOCK;
old_mi_llock = (mi->mi_flags & MI4_LLOCK) ? 1 : 0;
if (VTOMI4(vp)->mi_flags & MI4_LLOCK || vp->v_type != VREG) {
if (VTOMI4(vp)->mi_flags & MI4_LLOCK)
if (VTOMI4(vp)->mi_flags & MI4_LLOCK) {