NFSLCK_SHAREBITS
if ((new_stp->ls_flags & NFSLCK_SHAREBITS) == NFSLCK_READACCESS)
if ((new_stp->ls_flags & NFSLCK_SHAREBITS) == NFSLCK_READACCESS)
if ((stp->ls_flags & NFSLCK_SHAREBITS) ==
stp->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) |
openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS);
new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS)|
new_open->ls_flags = (new_stp->ls_flags & NFSLCK_SHAREBITS) |
bits = (new_stp->ls_flags & NFSLCK_SHAREBITS);