Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsnapshot.c1242 u32 *new_snapids, in create_snapids() argument
1296 new_snapids[i] = iter.pos.offset; in create_snapids()
1299 snapshot_t_mut(c, new_snapids[i])->equiv = new_snapids[i]; in create_snapids()
1311 u32 *new_snapids, in bch2_snapshot_node_create_children() argument
1336 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_children()
1340 n_parent->v.children[0] = cpu_to_le32(new_snapids[0]); in bch2_snapshot_node_create_children()
1341 n_parent->v.children[1] = cpu_to_le32(new_snapids[1]); in bch2_snapshot_node_create_children()
1353 u32 *new_snapids, in bch2_snapshot_node_create_tree() argument
1363 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_tree()
1368 n_tree->v.root_snapshot = cpu_to_le32(new_snapids[0]); in bch2_snapshot_node_create_tree()
[all …]