HomeSort by: relevance | last modified time | path
    Searched refs:NFSLCK_LOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1571 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_UNLOCK|NFSLCK_TEST))|
    [all...]
nfs_nfsdserv.c 2189 u_short flags = NFSLCK_LOCK, lflags;
  /src/sys/fs/nfs/common/
nfs.h 319 #define NFSLCK_LOCK 0x00000400

Completed in 22 milliseconds