Home
last modified time | relevance | path

Searched refs:cl_openowners (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h316 struct list_head cl_openowners; member
H A Dnfs4state.c1985 INIT_LIST_HEAD(&clp->cl_openowners); in alloc_client()
2113 while (!list_empty(&clp->cl_openowners)) { in __destroy_client()
2114 oo = list_entry(clp->cl_openowners.next, struct nfs4_openowner, oo_perclient); in __destroy_client()
3043 list_for_each_entry(oo, &clp->cl_openowners, oo_perclient) { in client_has_openowners()
4237 list_add(&oo->oo_perclient, &clp->cl_openowners); in hash_openowner()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h339 struct list_head cl_openowners; member
H A Dnfs4state.c2113 INIT_LIST_HEAD(&clp->cl_openowners); in alloc_client()
2243 while (!list_empty(&clp->cl_openowners)) { in __destroy_client()
2244 oo = list_entry(clp->cl_openowners.next, struct nfs4_openowner, oo_perclient); in __destroy_client()
3237 list_for_each_entry(oo, &clp->cl_openowners, oo_perclient) { in client_has_openowners()
4499 list_add(&oo->oo_perclient, &clp->cl_openowners); in hash_openowner()

Completed in 24 milliseconds