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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h363 #define NFSLCK_UNLOCK 0x00000800 macro
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1757 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1890 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
2145 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK|NFSLCK_TEST))||
2200 if (new_stp->ls_flags & NFSLCK_UNLOCK) {
3886 if (new_lop->lo_flags & NFSLCK_UNLOCK)
5935 NFSLCK_UNLOCK, first, end, cfp, p);
5942 NFSLCK_UNLOCK, first, lop->lo_first, cfp,
5970 error = nfsrv_dolocal(vp, lfp, flags, NFSLCK_UNLOCK, first,
6033 (void) nfsrv_dolocal(vp, lfp, NFSLCK_UNLOCK,
6035 nfsrv_locallock_commit(lfp, NFSLCK_UNLOCK,
[all...]
H A Dnfs_nfsdserv.c2627 stp->ls_flags = NFSLCK_UNLOCK;
2628 lop->lo_flags = NFSLCK_UNLOCK;

Completed in 96 milliseconds