Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dstate.h144 struct list_head dl_perclnt; member
Dnfs4state.c1078 WARN_ON_ONCE(!list_empty(&dp->dl_perclnt)); in nfs4_free_deleg()
1184 INIT_LIST_HEAD(&dp->dl_perclnt); in alloc_init_deleg()
1322 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
1345 list_del_init(&dp->dl_perclnt); in unhash_delegation_locked()
2229 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()