Home
last modified time | relevance | path

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

/linux-6.14.4/fs/bcachefs/
Dsnapshot.h128 static inline bool bch2_snapshot_exists(struct bch_fs *c, u32 id) in bch2_snapshot_exists() function
Dsnapshot.c845 if (bch2_snapshot_exists(c, id)) in check_snapshot_exists()
992 if (fsck_err_on(!bch2_snapshot_exists(c, *id), in bch2_reconstruct_snapshots()
1025 if (fsck_err_on(!bch2_snapshot_exists(c, k.k->p.snapshot), in bch2_check_key_has_snapshot()
Ddata_update.c642 if (unlikely(k.k->p.snapshot && !bch2_snapshot_exists(c, k.k->p.snapshot))) in bch2_data_update_init()