Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dtegra124-cpufreq.c33 struct clk *orig_parent; in tegra124_cpu_switch_to_dfll() local
40 orig_parent = clk_get_parent(priv->cpu_clk); in tegra124_cpu_switch_to_dfll()
52 clk_set_parent(priv->cpu_clk, orig_parent); in tegra124_cpu_switch_to_dfll()
/linux/fs/xfs/scrub/
H A Dparent_repair.c774 xfs_ino_t orig_parent, new_parent; in xrep_parent_move_to_orphanage() local
785 &orig_parent); in xrep_parent_move_to_orphanage()
795 orig_parent = NULLFSINO; in xrep_parent_move_to_orphanage()
844 if (orig_parent == new_parent && VFS_I(sc->ip)->i_nlink > 0) { in xrep_parent_move_to_orphanage()
H A Ddir_repair.c1836 xfs_ino_t orig_parent, new_parent; in xrep_dir_move_to_orphanage() local
1844 error = xchk_dir_lookup(sc, sc->ip, &xfs_name_dotdot, &orig_parent); in xrep_dir_move_to_orphanage()
1889 if (orig_parent == new_parent && VFS_I(sc->ip)->i_nlink > 0) { in xrep_dir_move_to_orphanage()
/linux/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()