HomeSort by: relevance | last modified time | path
    Searched refs:NFSLCK_UNLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1604 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1731 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
1985 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK|NFSLCK_TEST))||
2040 if (new_stp->ls_flags & NFSLCK_UNLOCK) {
3679 if (new_lop->lo_flags & NFSLCK_UNLOCK)
5494 NFSLCK_UNLOCK, first, end, cfp, p);
5501 NFSLCK_UNLOCK, first, lop->lo_first, cfp,
5529 error = nfsrv_dolocal(vp, lfp, flags, NFSLCK_UNLOCK, first,
5592 (void) nfsrv_dolocal(vp, lfp, NFSLCK_UNLOCK,
5594 nfsrv_locallock_commit(lfp, NFSLCK_UNLOCK,
    [all...]
nfs_nfsdserv.c 2495 stp->ls_flags = NFSLCK_UNLOCK;
2496 lop->lo_flags = NFSLCK_UNLOCK;
  /src/sys/fs/nfs/common/
nfs.h 320 #define NFSLCK_UNLOCK 0x00000800

Completed in 18 milliseconds