Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/ipv4/
H A Dnexthop.c1967 static void replace_nexthop_grp_res(struct nh_group *oldg, in replace_nexthop_grp_res() argument
2215 struct nh_group *oldg, *newg; in replace_nexthop_grp() local
2223 oldg = rtnl_dereference(old->nh_grp); in replace_nexthop_grp()
2226 if (newg->hash_threshold != oldg->hash_threshold) { in replace_nexthop_grp()
2238 old_res_table = rtnl_dereference(oldg->res_table); in replace_nexthop_grp()
2266 replace_nexthop_grp_res(oldg, newg); in replace_nexthop_grp()
2283 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp()
2284 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
2287 for (i = 0; i < oldg->num_nh; i++) in replace_nexthop_grp()
2288 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
[all …]