Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dsend.c3405 const bool is_orphan) in add_pending_dir_move() argument
3539 bool is_orphan; in apply_dir_move() local
3556 if (is_orphan) { in apply_dir_move()
3582 is_orphan); in apply_dir_move()
3844 is_orphan); in wait_for_dest_dir_move()
4066 is_orphan); in wait_for_parent_move()
4185 int is_orphan = 0; in process_recorded_refs() local
4235 is_orphan = 1; in process_recorded_refs()
4458 is_orphan = 0; in process_recorded_refs()
4519 is_orphan = 1; in process_recorded_refs()
[all …]
/linux/drivers/clk/
H A Dclk.c2080 static void clk_core_update_orphan_status(struct clk_core *core, bool is_orphan) in clk_core_update_orphan_status() argument
2084 core->orphan = is_orphan; in clk_core_update_orphan_status()
2087 clk_core_update_orphan_status(child, is_orphan); in clk_core_update_orphan_status()