Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsubvolume.c649 struct bkey_i_snapshot_tree root_tree; in bch2_initialize_subvolumes() local
654 bkey_snapshot_tree_init(&root_tree.k_i); in bch2_initialize_subvolumes()
655 root_tree.k.p.offset = 1; in bch2_initialize_subvolumes()
656 root_tree.v.master_subvol = cpu_to_le32(1); in bch2_initialize_subvolumes()
657 root_tree.v.root_snapshot = cpu_to_le32(U32_MAX); in bch2_initialize_subvolumes()
673 ret = bch2_btree_insert(c, BTREE_ID_snapshot_trees, &root_tree.k_i, NULL, 0, 0) ?: in bch2_initialize_subvolumes()