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

/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1566 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1680 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
1919 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK|NFSLCK_TEST))||
1962 if (new_stp->ls_flags & NFSLCK_UNLOCK) {
3568 if (new_lop->lo_flags & NFSLCK_UNLOCK)
5358 NFSLCK_UNLOCK, first, end, cfp, p);
5365 NFSLCK_UNLOCK, first, lop->lo_first, cfp,
5393 error = nfsrv_dolocal(vp, lfp, flags, NFSLCK_UNLOCK, first,
5456 (void) nfsrv_dolocal(vp, lfp, NFSLCK_UNLOCK,
5458 nfsrv_locallock_commit(lfp, NFSLCK_UNLOCK,
[all...]
H A Dnfs_nfsdserv.c2472 stp->ls_flags = NFSLCK_UNLOCK;
2473 lop->lo_flags = NFSLCK_UNLOCK;
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs.h310 #define NFSLCK_UNLOCK 0x00000800 macro

Completed in 81 milliseconds