Searched refs:snapshots_seen (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | fsck.c | 644 struct snapshots_seen { struct 649 static inline void snapshots_seen_exit(struct snapshots_seen *s) in snapshots_seen_exit() argument 654 static inline void snapshots_seen_init(struct snapshots_seen *s) in snapshots_seen_init() 659 static int snapshots_seen_add_inorder(struct bch_fs *c, struct snapshots_seen *s, u32 id) in snapshots_seen_add_inorder() 676 static int snapshots_seen_update(struct bch_fs *c, struct snapshots_seen *s, in snapshots_seen_update() 697 static bool key_visible_in_snapshot(struct bch_fs *c, struct snapshots_seen *seen, in key_visible_in_snapshot() 746 static bool ref_visible(struct bch_fs *c, struct snapshots_seen *s, in ref_visible() 755 u32 src, struct snapshots_seen *src_seen, in ref_visible2() 756 u32 dst, struct snapshots_seen *dst_seen) in ref_visible2() 903 struct snapshots_seen *s, in get_visible_inodes() [all …]
|