Searched refs:dl_perclnt (Results 1 – 2 of 2) sorted by relevance
130 struct list_head dl_perclnt; member
838 INIT_LIST_HEAD(&dp->dl_perclnt); in alloc_init_deleg()974 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()997 list_del_init(&dp->dl_perclnt); in unhash_delegation_locked()1930 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()6931 list_for_each_entry_safe(dp, next, &clp->cl_delegations, dl_perclnt) { in nfsd_find_all_delegations()