Home
last modified time | relevance | path

Searched refs:cl_sessions (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dstate.h351 struct list_head cl_sessions; member
Dnfs4callback.c1181 list_for_each_entry(s, &clp->cl_sessions, se_perclnt) { in __nfsd4_find_backchannel()
Dnfs4state.c1780 list_add(&new->se_perclnt, &clp->cl_sessions); in init_session()
1893 INIT_LIST_HEAD(&clp->cl_sessions); in alloc_client()
1939 while (!list_empty(&clp->cl_sessions)) { in free_client()
1941 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session, in free_client()
1977 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt) in unhash_client_locked()
2934 || !list_empty(&clp->cl_sessions) in client_has_state()