OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsd_lock
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/nfs/
nfs_syscalls.c
88
kmutex_t
nfsd_lock
;
variable in typeref:typename:kmutex_t
165
KASSERT(mutex_owned(&
nfsd_lock
));
184
KASSERT(mutex_owned(&
nfsd_lock
));
198
* Caller MUST NOT hold
nfsd_lock
. Caller MUST NOT pass (struct
214
mutex_enter(&
nfsd_lock
);
216
mutex_exit(&
nfsd_lock
);
306
mutex_enter(&
nfsd_lock
);
308
cv_wait(&nfsd_initcv, &
nfsd_lock
);
310
mutex_exit(&
nfsd_lock
);
479
mutex_enter(&
nfsd_lock
);
[
all
...]
nfs_srvsocket.c
423
mutex_enter(&
nfsd_lock
);
433
mutex_exit(&
nfsd_lock
);
447
KASSERT(mutex_owned(&
nfsd_lock
));
473
mutex_enter(&
nfsd_lock
);
475
mutex_exit(&
nfsd_lock
);
nfs_serv.c
1160
mutex_enter(&
nfsd_lock
);
1200
mutex_exit(&
nfsd_lock
);
1210
mutex_enter(&
nfsd_lock
);
1219
mutex_exit(&
nfsd_lock
);
1329
mutex_enter(&
nfsd_lock
);
1338
mutex_exit(&
nfsd_lock
);
1342
mutex_enter(&
nfsd_lock
);
1344
mutex_exit(&
nfsd_lock
);
1347
mutex_exit(&
nfsd_lock
);
1353
mutex_enter(&
nfsd_lock
);
[
all
...]
nfs.h
428
* g: protected by
nfsd_lock
556
extern kmutex_t
nfsd_lock
;
Completed in 31 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025