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

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h360 #define NFSLCK_OPENTOLOCK 0x00000100 macro
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1862 if (new_stp->ls_flags & NFSLCK_OPENTOLOCK) {
1879 * exists. Just clear NFSLCK_OPENTOLOCK so that
1885 new_stp->ls_flags &= ~NFSLCK_OPENTOLOCK;
2336 if (!(new_stp->ls_flags & NFSLCK_OPENTOLOCK)) {
H A Dnfs_nfsdserv.c2307 flags |= NFSLCK_OPENTOLOCK;
2308 if (flags & NFSLCK_OPENTOLOCK) {

Completed in 84 milliseconds