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

/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c1571 if ((new_stp->ls_flags & NFSLCK_LOCK) &&
1584 if (new_stp->ls_flags & NFSLCK_LOCK)
1604 if ((new_stp->ls_flags & (NFSLCK_LOCK | NFSLCK_UNLOCK)) != 0 &&
1619 if ((new_stp->ls_flags & NFSLCK_LOCK)) {
1731 } else if (new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOCK)) {
1845 * For NFSLCK_CHECK and NFSLCK_LOCK, test for a share conflict.
1847 * but check for a deny. For NFSLCK_LOCK, require correct access,
1850 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_LOCK)) {
1872 if (((new_stp->ls_flags & NFSLCK_LOCK) &&
1985 if ((((new_stp->ls_flags&(NFSLCK_LOCK|NFSLCK_UNLOC
[all...]
H A Dnfs_nfsdserv.c2190 u_short flags = NFSLCK_LOCK, lflags;
/netbsd-current/sys/fs/nfs/common/
H A Dnfs.h319 #define NFSLCK_LOCK 0x00000400 macro

Completed in 202 milliseconds