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

/linux-master/fs/bcachefs/
H A Dsnapshot_format.h5 struct bch_snapshot { struct
18 LE32_BITMASK(BCH_SNAPSHOT_DELETED, struct bch_snapshot, flags, 0, 1)
21 LE32_BITMASK(BCH_SNAPSHOT_SUBVOL, struct bch_snapshot, flags, 1, 2)
27 * bch_snapshot nodes, and allow us to record and easily find the root/master
H A Dsnapshot.c217 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, depth))
263 if (bkey_val_bytes(k.k) > offsetof(struct bch_snapshot, skip)) {
325 if (bkey_val_bytes(s.k) > offsetof(struct bch_snapshot, depth)) {
361 struct bch_snapshot *s)
369 struct bch_snapshot v;
533 struct bch_snapshot s;
662 static int snapshot_skiplist_good(struct btree_trans *trans, u32 id, struct bch_snapshot s)
686 struct bch_snapshot *s)
742 struct bch_snapshot s;
744 struct bch_snapshot
[all...]
H A Dsnapshot.h237 struct bch_snapshot *s);
H A Dsubvolume.c34 struct bch_snapshot snapshot;
321 struct bch_snapshot snap;

Completed in 236 milliseconds