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