Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsnapshot.h129 static inline bool bch2_snapshot_exists(struct bch_fs *c, u32 id) in bch2_snapshot_exists() function
H A Dsnapshot.c399 while (id && bch2_snapshot_exists(c, id)) { in bch2_snapshot_tree_oldest_subvol()
990 if (fsck_err_on(!bch2_snapshot_exists(c, *id), in bch2_reconstruct_snapshots()
1023 if (fsck_err_on(!bch2_snapshot_exists(c, k.k->p.snapshot), in bch2_check_key_has_snapshot()
H A Ddata_update.c753 if (unlikely(k.k->p.snapshot && !bch2_snapshot_exists(c, k.k->p.snapshot))) in bch2_data_update_init()