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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h362 #define NFSLCK_LOCK 0x00000400 macro
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1724 if ((new_stp->ls_flags & NFSLCK_LOCK) &&
1737 if (new_stp->ls_flags & NFSLCK_LOCK)
1757 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1772 if ((new_stp->ls_flags & NFSLCK_LOCK)) {
1890 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
2004 * For NFSLCK_CHECK and NFSLCK_LOCK, test for a share conflict.
2006 * but check for a deny. For NFSLCK_LOCK, require correct access,
2009 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_LOCK)) {
2031 if (((new_stp->ls_flags & NFSLCK_LOCK) &&
2145 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOC
[all...]
H A Dnfs_nfsdserv.c2278 u_short flags = NFSLCK_LOCK, lflags;

Completed in 124 milliseconds