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

/linux-master/fs/nfsd/
H A Dstate.h426 struct list_head cl_sessions; member in struct:nfs4_client
H A Dnfs4callback.c1412 list_for_each_entry(s, &clp->cl_sessions, se_perclnt) {
H A Dnfs4state.c2133 list_add(&new->se_perclnt, &clp->cl_sessions);
2250 INIT_LIST_HEAD(&clp->cl_sessions);
2300 while (!list_empty(&clp->cl_sessions)) {
2302 ses = list_entry(clp->cl_sessions.next, struct nfsd4_session,
2338 list_for_each_entry(ses, &clp->cl_sessions, se_perclnt)
3452 || !list_empty(&clp->cl_sessions)

Completed in 174 milliseconds