OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLP_VALID
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_srvsocket.c
223
while ((~slp->ns_flags & (SLP_BUSY|
SLP_VALID
)) == 0) {
230
if ((slp->ns_flags &
SLP_VALID
) == 0) {
258
if ((slp->ns_flags &
SLP_VALID
) == 0) {
262
slp->ns_flags &= ~
SLP_VALID
;
449
if ((slp->ns_flags &
SLP_VALID
) == 0)
nfs_syscalls.c
373
(nfsd->nfsd_slp->ns_flags &
SLP_VALID
)) {
402
if ((slp->ns_flags &
SLP_VALID
) == 0) {
492
KASSERT((slp->ns_flags &
SLP_VALID
) == 0);
522
if (tslp->ns_flags &
SLP_VALID
) {
574
slp->ns_flags =
SLP_VALID
;
681
if (slp->ns_flags &
SLP_VALID
) {
718
if (error || (slp->ns_flags &
SLP_VALID
) == 0) {
974
if (ref == 0 && (slp->ns_flags &
SLP_VALID
) == 0) {
nfs.h
463
#define
SLP_VALID
0x01
Completed in 41 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025