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

/linux-master/fs/bcachefs/
H A Dfsck.c383 static int reconstruct_subvol(struct btree_trans *trans, u32 snapshotid, u32 subvolid, u64 inum) argument
387 if (!bch2_snapshot_is_leaf(c, snapshotid)) {
407 int ret = bch2_inode_create(trans, &inode_iter, &new_inode, snapshotid, cpu) ?:
426 new_subvol->v.snapshot = cpu_to_le32(snapshotid);
434 BTREE_ID_snapshots, POS(0, snapshotid),
437 bch_err_msg(c, ret, "getting snapshot %u", snapshotid);

Completed in 188 milliseconds