Home | History | Annotate | Download | only in server

Lines Matching refs:NFSLCK_LOCK

1571 	if ((new_stp->ls_flags & NFSLCK_LOCK) &&
1584 if (new_stp->ls_flags & NFSLCK_LOCK)
1604 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1619 if ((new_stp->ls_flags & NFSLCK_LOCK)) {
1731 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
1845 * For NFSLCK_CHECK and NFSLCK_LOCK, test for a share conflict.
1847 * but check for a deny. For NFSLCK_LOCK, require correct access,
1850 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_LOCK)) {
1872 if (((new_stp->ls_flags & NFSLCK_LOCK) &&
1985 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK|NFSLCK_TEST))||
6001 NFSLCK_DELEGWRITE)) != 0 || (stp->ls_flags & NFSLCK_LOCK) == 0))