Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfsck.c526 static int reconstruct_subvol(struct btree_trans *trans, u32 snapshotid, u32 subvolid, u64 inum) in reconstruct_subvol() argument
530 if (!bch2_snapshot_is_leaf(c, snapshotid)) { in reconstruct_subvol()
550 int ret = bch2_inode_create(trans, &inode_iter, &new_inode, snapshotid, cpu) ?: in reconstruct_subvol()
569 new_subvol->v.snapshot = cpu_to_le32(snapshotid); in reconstruct_subvol()
577 BTREE_ID_snapshots, POS(0, snapshotid), in reconstruct_subvol()
580 bch_err_msg(c, ret, "getting snapshot %u", snapshotid); in reconstruct_subvol()