Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dorphanage.c57 struct xfs_dquot *oldu = NULL, *oldg = NULL, *oldp = NULL; in xrep_chown_orphanage() local
89 oldg = xfs_qm_vop_chown(tp, dp, &dp->i_gdquot, gdqp); in xrep_chown_orphanage()
108 xfs_qm_dqrele(oldg); in xrep_chown_orphanage()
/linux/net/ipv4/
H A Dnexthop.c1979 static void replace_nexthop_grp_res(struct nh_group *oldg, in replace_nexthop_grp_res() argument
1988 struct nh_res_table *old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp_res()
2252 struct nh_group *oldg, *newg; in replace_nexthop_grp() local
2260 oldg = rtnl_dereference(old->nh_grp); in replace_nexthop_grp()
2263 if (newg->hash_threshold != oldg->hash_threshold) { in replace_nexthop_grp()
2275 old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp()
2303 replace_nexthop_grp_res(oldg, newg); in replace_nexthop_grp()
2320 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp()
2321 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
2324 for (i = 0; i < oldg->num_nh; i++) in replace_nexthop_grp()
[all …]