Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h318 struct list_head cl_delegations; member
H A Dnfs4state.c1100 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
1986 INIT_LIST_HEAD(&clp->cl_delegations); in alloc_client()
2097 while (!list_empty(&clp->cl_delegations)) { in __destroy_client()
2098 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()
3056 || !list_empty(&clp->cl_delegations) in client_has_state()
5330 if (!list_empty(&clp->cl_delegations) in nfsd4_renew()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h341 struct list_head cl_delegations; member
H A Dnfs4state.c1319 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
2114 INIT_LIST_HEAD(&clp->cl_delegations); in alloc_client()
2227 while (!list_empty(&clp->cl_delegations)) { in __destroy_client()
2228 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()
3250 || !list_empty(&clp->cl_delegations) in client_has_state()
5865 if (!list_empty(&clp->cl_delegations) in nfsd4_renew()
6266 list_empty(&clp->cl_delegations) || in deleg_reaper()

Completed in 27 milliseconds