OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nm_iflag
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/nfs/
nfs_iod.c
285
while ((nmp->
nm_iflag
& NFSMNT_WAITAUTH) == 0) {
286
nmp->
nm_iflag
|= NFSMNT_WANTAUTH;
291
nmp->
nm_iflag
&= ~NFSMNT_WANTAUTH;
295
nmp->
nm_iflag
&= ~(NFSMNT_WAITAUTH | NFSMNT_WANTAUTH);
306
while ((nmp->
nm_iflag
& NFSMNT_HASAUTH) == 0 && error == 0) {
311
if (nmp->
nm_iflag
& NFSMNT_AUTHERR) {
312
nmp->
nm_iflag
&= ~NFSMNT_AUTHERR;
322
nmp->
nm_iflag
&= ~NFSMNT_HASAUTH;
323
nmp->
nm_iflag
|= NFSMNT_WAITAUTH;
324
if (nmp->
nm_iflag
& NFSMNT_WANTAUTH)
[
all
...]
nfs_clntsubs.c
372
(((nmp)->
nm_iflag
& NFSMNT_WCCKLUDGE) && \
442
nmp->
nm_iflag
|= NFSMNT_WCCKLUDGE;
447
} else if (nmp->
nm_iflag
& NFSMNT_WCCKLUDGE) {
449
if (nmp->
nm_iflag
& NFSMNT_WCCKLUDGE) {
452
nmp->
nm_iflag
&= ~NFSMNT_WCCKLUDGE;
nfsmount.h
104
* NFS internal flags (
nm_iflag
) */
172
int
nm_iflag
; /* internal flags */
member in struct:nfsmount
nfs_vfsops.c
187
if (v3 && (nmp->
nm_iflag
& NFSMNT_GOTFSINFO) == 0)
305
nmp->
nm_iflag
|= NFSMNT_GOTFSINFO;
790
nfs_cookieheuristic(vp, &nmp->
nm_iflag
, l, cr);
841
nmp->
nm_iflag
|= NFSMNT_DISMNTFORCE;
881
nmp->
nm_iflag
|= NFSMNT_DISMNT;
918
nmp->
nm_iflag
&= ~NFSMNT_DISMNTFORCE;
nfs_clntsocket.c
363
if (nmp->
nm_iflag
& NFSMNT_DISMNT) {
983
if (nmp->
nm_iflag
& NFSMNT_DISMNTFORCE)
993
while ((nmp->
nm_iflag
& NFSMNT_SNDLOCK) != 0) {
1019
nmp->
nm_iflag
|= NFSMNT_SNDLOCK;
1033
if ((nmp->
nm_iflag
& NFSMNT_SNDLOCK) == 0)
1035
nmp->
nm_iflag
&= ~NFSMNT_SNDLOCK;
nfs_socket.c
361
if (nmp->
nm_iflag
& NFSMNT_DISMNTFORCE)
417
drain = (nmp->
nm_iflag
& NFSMNT_DISMNT) != 0;
910
int *flagp = &nmp->
nm_iflag
;
930
if (nmp->
nm_iflag
& NFSMNT_DISMNTFORCE)
992
if ((nmp->
nm_iflag
& NFSMNT_RCVLOCK) == 0)
994
nmp->
nm_iflag
&= ~NFSMNT_RCVLOCK;
nfs_vnops.c
1358
if ((nmp->
nm_iflag
& NFSMNT_HASWRITEVERF) == 0){
1361
nmp->
nm_iflag
|= NFSMNT_HASWRITEVERF;
1362
} else if ((nmp->
nm_iflag
&
1373
if ((nmp->
nm_iflag
&
1376
nmp->
nm_iflag
|=
2419
if (nmp->
nm_iflag
& NFSMNT_SWAPCOOKIE) {
2522
if (nmp->
nm_iflag
& NFSMNT_SWAPCOOKIE)
2634
if (nmp->
nm_iflag
& NFSMNT_SWAPCOOKIE) {
2709
if (nmp->
nm_iflag
& NFSMNT_SWAPCOOKIE)
3005
if ((nmp->
nm_iflag
& NFSMNT_HASWRITEVERF) == 0)
[
all
...]
nfs_bio.c
106
!(nmp->
nm_iflag
& NFSMNT_GOTFSINFO))
471
!(nmp->
nm_iflag
& NFSMNT_GOTFSINFO))
748
if (nmp->
nm_iflag
& NFSMNT_DISMNTFORCE)
nfs_subs.c
1816
nmp->
nm_iflag
&= ~NFSMNT_STALEWRITEVERF;
Completed in 19 milliseconds
Indexes created Fri Oct 31 11:10:07 GMT 2025