Searched refs:snapshot_tree (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | subvolume.c | 126 u32 snapshot_tree; in check_subvol() local 130 snapshot_tree = snapshot_t(c, snapshot_root)->tree; in check_subvol() 133 ret = bch2_snapshot_tree_lookup(trans, snapshot_tree, &st); in check_subvol() 136 "%s: snapshot tree %u not found", __func__, snapshot_tree); in check_subvol()
|
D | snapshot.c | 51 BTREE_ITER_with_updates, snapshot_tree, s); in bch2_snapshot_tree_lookup() 71 s_t = bch2_bkey_alloc(trans, &iter, 0, snapshot_tree); in __bch2_snapshot_tree_create() 598 u = bch2_bkey_make_mut_typed(trans, iter, &k, 0, snapshot_tree); in check_snapshot_tree() 1219 0, snapshot_tree); in bch2_snapshot_node_delete()
|
D | fsck.c | 584 u32 snapshot_tree = le32_to_cpu(s->v.tree); in reconstruct_subvol() local 591 BTREE_ID_snapshot_trees, POS(0, snapshot_tree), in reconstruct_subvol() 592 0, snapshot_tree); in reconstruct_subvol() 594 bch_err_msg(c, ret, "getting snapshot tree %u", snapshot_tree); in reconstruct_subvol()
|
D | bcachefs_format.h | 418 x(snapshot_tree, 31) \
|