Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsnapshot.c94 static bool __bch2_snapshot_is_ancestor_early(struct snapshot_table *t, u32 id, u32 ancestor) in __bch2_snapshot_is_ancestor_early() function
106 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()