Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dstate.h472 struct list_head cl_sessions; member
H A Dnfs4state.c2212 list_add(&new->se_perclnt, &clp->cl_sessions); in init_session()
2335 INIT_LIST_HEAD(&clp->cl_sessions); in alloc_client()
2388 while (!list_empty(&clp->cl_sessions)) { in free_client()
2390 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session, in free_client()
2427 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt) { in unhash_client_locked()
2792 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt) in client_info_show()
2795 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt) in client_info_show()
3580 || !list_empty(&clp->cl_sessions) in client_has_state()
H A Dnfs4callback.c1517 list_for_each_entry(s, &clp->cl_sessions, se_perclnt) { in __nfsd4_find_backchannel()