Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsnapshot.c1182 u32 *snapshot_subvols, in create_snapids() argument
1218 n->v.subvol = cpu_to_le32(snapshot_subvols[i]); in create_snapids()
1247 u32 *snapshot_subvols, in bch2_snapshot_node_create_children() argument
1271 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_children()
1289 u32 *snapshot_subvols, in bch2_snapshot_node_create_tree() argument
1298 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create_tree()
1302 n_tree->v.master_subvol = cpu_to_le32(snapshot_subvols[0]); in bch2_snapshot_node_create_tree()
1309 u32 *snapshot_subvols, in bch2_snapshot_node_create() argument
1317 new_snapids, snapshot_subvols, nr_snapids) in bch2_snapshot_node_create()
1319 new_snapids, snapshot_subvols, nr_snapids); in bch2_snapshot_node_create()
H A Dsubvolume.c579 u32 parent = 0, new_nodes[2], snapshot_subvols[2]; in bch2_subvolume_create() local
589 snapshot_subvols[0] = dst_iter.pos.offset; in bch2_subvolume_create()
590 snapshot_subvols[1] = src_subvolid; in bch2_subvolume_create()
609 snapshot_subvols, in bch2_subvolume_create()