Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h144 struct list_head dl_perclnt; member
H A Dnfs4state.c1075 WARN_ON_ONCE(!list_empty(&dp->dl_perclnt)); in nfs4_free_deleg()
1181 INIT_LIST_HEAD(&dp->dl_perclnt); in alloc_init_deleg()
1319 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
1342 list_del_init(&dp->dl_perclnt); in unhash_delegation_locked()
2228 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()