Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsnapshot.c896 struct snapshot_tree_reconstruct { struct
903 static void snapshot_tree_reconstruct_exit(struct snapshot_tree_reconstruct *r) in snapshot_tree_reconstruct_exit() argument
911 static inline bool same_snapshot(struct snapshot_tree_reconstruct *r, struct bpos pos) in same_snapshot()
937 static int snapshot_tree_reconstruct_next(struct bch_fs *c, struct snapshot_tree_reconstruct *r) in snapshot_tree_reconstruct_next()
955 static int get_snapshot_trees(struct bch_fs *c, struct snapshot_tree_reconstruct *r, struct bpos po… in get_snapshot_trees()
967 struct snapshot_tree_reconstruct r = {}; in bch2_reconstruct_snapshots()