Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c1297 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
2341 INIT_LIST_HEAD(&clp->cl_delegations); in alloc_client()
2464 while (!list_empty(&clp->cl_delegations)) { in __destroy_client()
2465 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()
3576 || !list_empty(&clp->cl_delegations) in client_has_state()
6508 if (!list_empty(&clp->cl_delegations) in nfsd4_renew()
6951 if (list_empty(&clp->cl_delegations)) in deleg_reaper()