Searched refs:__bch2_snapshot_is_ancestor_early (Results 1 – 1 of 1) sorted by relevance
94 static bool __bch2_snapshot_is_ancestor_early(struct snapshot_table *t, u32 id, u32 ancestor) in __bch2_snapshot_is_ancestor_early() function106 bool ret = __bch2_snapshot_is_ancestor_early(rcu_dereference(c->snapshots), id, ancestor); in bch2_snapshot_is_ancestor_early()144 ret = __bch2_snapshot_is_ancestor_early(t, id, ancestor); in __bch2_snapshot_is_ancestor()155 EBUG_ON(ret != __bch2_snapshot_is_ancestor_early(t, id, ancestor)); in __bch2_snapshot_is_ancestor()