Searched refs:NFSLCK_UNLOCK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1598 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1725 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
1979 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK|NFSLCK_TEST))||
2034 if (new_stp->ls_flags & NFSLCK_UNLOCK) {
3673 if (new_lop->lo_flags & NFSLCK_UNLOCK)
5488 NFSLCK_UNLOCK, first, end, cfp, p);
5495 NFSLCK_UNLOCK, first, lop->lo_first, cfp,
5523 error = nfsrv_dolocal(vp, lfp, flags, NFSLCK_UNLOCK, first,
5586 (void) nfsrv_dolocal(vp, lfp, NFSLCK_UNLOCK,
5588 nfsrv_locallock_commit(lfp, NFSLCK_UNLOCK,
[all...]
H A Dnfs_nfsdserv.c2494 stp->ls_flags = NFSLCK_UNLOCK;
2495 lop->lo_flags = NFSLCK_UNLOCK;
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h316 #define NFSLCK_UNLOCK 0x00000800 macro

Completed in 101 milliseconds