Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dfsck.c2316 u32 parent_snapshot; in check_dirent_to_subvol() local
2322 ret = subvol_lookup(trans, parent_subvol, &parent_snapshot, &parent_inum); in check_dirent_to_subvol()
2327 (!ret && !bch2_snapshot_is_ancestor(c, parent_snapshot, d.k->p.snapshot))) { in check_dirent_to_subvol()
2344 parent_snapshot = d.k->p.snapshot; in check_dirent_to_subvol()
2351 fsck_err_on(!ret && !bch2_snapshot_is_ancestor(c, parent_snapshot, d.k->p.snapshot), in check_dirent_to_subvol()
2354 parent_snapshot, in check_dirent_to_subvol()
2805 u32 parent_snapshot = snapshot; in check_path() local
2807 d = inode_get_dirent(trans, &dirent_iter, &inode, &parent_snapshot); in check_path()
2832 snapshot = parent_snapshot; in check_path()