Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsnapshot_format.h5 struct bch_snapshot { struct
18 LE32_BITMASK(BCH_SNAPSHOT_DELETED, struct bch_snapshot, flags, 0, 1) argument
21 LE32_BITMASK(BCH_SNAPSHOT_SUBVOL, struct bch_snapshot, flags, 1, 2)
H A Dsnapshot.c221 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, depth)) in bch2_snapshot_to_text()
266 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, skip)) { in bch2_snapshot_validate()
312 if (bkey_val_bytes(s.k) > offsetof(struct bch_snapshot, depth)) { in __bch2_mark_snapshot()
352 struct bch_snapshot *s) in bch2_snapshot_lookup()
461 struct bch_snapshot s; in check_snapshot_tree()
606 static int snapshot_skiplist_good(struct btree_trans *trans, u32 id, struct bch_snapshot s) in snapshot_skiplist_good()
630 struct bch_snapshot *s) in snapshot_tree_ptr_repair()
686 struct bch_snapshot s; in check_snapshot()
688 struct bch_snapshot v; in check_snapshot()
1065 static inline void normalize_snapshot_child_pointers(struct bch_snapshot *s) in normalize_snapshot_child_pointers()
H A Dsnapshot.h233 struct bch_snapshot *s);
H A Dsubvolume.c35 struct bch_snapshot snapshot; in check_subvol()
328 struct bch_snapshot snap; in bch2_snapshot_get_subvol()