Searched refs:snapshotid (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | fsck.c | 578 static int reconstruct_subvol(struct btree_trans *trans, u32 snapshotid, u32 subvolid, u64 inum) in reconstruct_subvol() argument 582 if (!bch2_snapshot_is_leaf(c, snapshotid)) { in reconstruct_subvol() 602 int ret = bch2_inode_create(trans, &inode_iter, &new_inode, snapshotid, cpu) ?: in reconstruct_subvol() 621 new_subvol->v.snapshot = cpu_to_le32(snapshotid); in reconstruct_subvol() 629 BTREE_ID_snapshots, POS(0, snapshotid), in reconstruct_subvol() 632 bch_err_msg(c, ret, "getting snapshot %u", snapshotid); in reconstruct_subvol()
|