OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFSLCK_CHECK
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
1515
* For the NFSLCK_TEST and
NFSLCK_CHECK
cases, the structures are
1543
if (new_stp->ls_flags & (
NFSLCK_CHECK
| NFSLCK_SETATTR)) {
1680
(NFSLCK_SETATTR |
NFSLCK_CHECK
)) != NFSLCK_SETATTR)
1759
(!(new_stp->ls_flags &
NFSLCK_CHECK
) ||
1827
(
NFSLCK_CHECK
| NFSLCK_SETATTR)) {
1845
* For
NFSLCK_CHECK
and NFSLCK_LOCK, test for a share conflict.
1846
* For
NFSLCK_CHECK
, allow a read if write access is granted,
1850
if (new_stp->ls_flags & (
NFSLCK_CHECK
| NFSLCK_LOCK)) {
1853
* - specialid (all 0s or all 1s), only for
NFSLCK_CHECK
1875
((new_stp->ls_flags & (
NFSLCK_CHECK
|NFSLCK_READACCESS)) =
[
all
...]
nfs_nfsdserv.c
675
stp->ls_flags = (
NFSLCK_CHECK
| NFSLCK_READACCESS);
830
stp->ls_flags = (
NFSLCK_CHECK
| NFSLCK_WRITEACCESS);
/src/sys/fs/nfs/common/
nfs.h
323
#define
NFSLCK_CHECK
0x00004000
Completed in 16 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025