Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsnapshot.h167 bool __bch2_snapshot_is_ancestor(struct bch_fs *, u32, u32);
173 : __bch2_snapshot_is_ancestor(c, id, ancestor); in bch2_snapshot_is_ancestor()
Dsnapshot.c136 bool __bch2_snapshot_is_ancestor(struct bch_fs *c, u32 id, u32 ancestor) in __bch2_snapshot_is_ancestor() function