Home
last modified time | relevance | path

Searched refs:orig_parent (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Dtegra124-cpufreq.c29 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
36 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
48 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/linux-6.15/fs/xfs/scrub/
H A Dparent_repair.c778 xfs_ino_t orig_parent, new_parent; in xrep_parent_move_to_orphanage() local
789 &orig_parent); in xrep_parent_move_to_orphanage()
799 orig_parent = NULLFSINO; in xrep_parent_move_to_orphanage()
848 if (orig_parent == new_parent && VFS_I(sc->ip)->i_nlink > 0) { in xrep_parent_move_to_orphanage()
H A Ddir_repair.c1840 xfs_ino_t orig_parent, new_parent; in xrep_dir_move_to_orphanage() local
1848 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage()
1893 if (orig_parent == new_parent && VFS_I(sc->ip)->i_nlink > 0) { in xrep_dir_move_to_orphanage()
/linux-6.15/fs/btrfs/
H A Dextent_map.c96 struct rb_node *orig_parent = NULL; in tree_insert() local
111 orig_parent = parent; in tree_insert()
120 parent = orig_parent; in tree_insert()
130 rb_link_node(&em->rb_node, orig_parent, p); in tree_insert()