Home
last modified time | relevance | path

Searched refs:NFSD4_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/nfsd/
H A Dstate.h384 NFSD4_ACTIVE = 0, enumerator
H A Dnfs4state.c171 if (clp->cl_state != NFSD4_ACTIVE) in nfsd4_dec_courtesy_client_count()
185 clp->cl_state = NFSD4_ACTIVE; in get_client_locked()
207 clp->cl_state = NFSD4_ACTIVE; in renew_client_locked()
2339 clp->cl_state = NFSD4_ACTIVE; in alloc_client()
6657 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_client_reaplist()
6689 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_courtesy_client_reaplist()
6892 if (clp->cl_state != NFSD4_ACTIVE) in deleg_reaper()