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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Ddelegation.c254 list_add_rcu(&delegation->super_list, &clp->cl_delegations);
307 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
388 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
405 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
451 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
495 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
516 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list)
530 list_for_each_entry_rcu(delegation, &clp->cl_delegations, super_list) {
H A Dnfs4renewd.c78 if (list_empty(&clp->cl_delegations)) {
H A Dclient.c146 INIT_LIST_HEAD(&clp->cl_delegations);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_fs_sb.h53 struct list_head cl_delegations; member in struct:nfs_client
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h211 struct list_head cl_delegations; member in struct:nfs4_client
H A Dnfs4state.c246 list_add(&dp->dl_perclnt, &clp->cl_delegations);
833 while (!list_empty(&clp->cl_delegations)) {
834 dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
949 INIT_LIST_HEAD(&clp->cl_delegations);
2630 if (!list_empty(&clp->cl_delegations)

Completed in 64 milliseconds