Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h144 struct list_head dl_perclnt; member
H A Dnfs4state.c963 INIT_LIST_HEAD(&dp->dl_perclnt); in alloc_init_deleg()
1100 list_add(&dp->dl_perclnt, &clp->cl_delegations); in hash_delegation_locked()
1123 list_del_init(&dp->dl_perclnt); in unhash_delegation_locked()
2098 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); in __destroy_client()
/kernel/linux/linux-6.6/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()

Completed in 24 milliseconds