Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsnapshot.c1181 u32 *new_snapids, in create_snapids() argument
1235 new_snapids[i] = iter.pos.offset; in create_snapids()
1246 u32 *new_snapids, in bch2_snapshot_node_create_children() argument
1271 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_children()
1275 n_parent->v.children[0] = cpu_to_le32(new_snapids[0]); in bch2_snapshot_node_create_children()
1276 n_parent->v.children[1] = cpu_to_le32(new_snapids[1]); in bch2_snapshot_node_create_children()
1288 u32 *new_snapids, in bch2_snapshot_node_create_tree() argument
1298 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_tree()
1303 n_tree->v.root_snapshot = cpu_to_le32(new_snapids[0]); in bch2_snapshot_node_create_tree()
1308 u32 *new_snapids, in bch2_snapshot_node_create() argument
[all …]