Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Ddisk-io.c1980 struct btrfs_root_backup *root_backup; in find_newest_super_backup() local
1984 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
1985 cur = btrfs_backup_tree_root_gen(root_backup); in find_newest_super_backup()
2001 struct btrfs_root_backup *root_backup; in backup_super_roots() local
2003 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
2009 memset(root_backup, 0, sizeof(*root_backup)); in backup_super_roots()
2013 btrfs_set_backup_tree_root(root_backup, info->tree_root->node->start); in backup_super_roots()
2014 btrfs_set_backup_tree_root_gen(root_backup, in backup_super_roots()
2017 btrfs_set_backup_tree_root_level(root_backup, in backup_super_roots()
2020 btrfs_set_backup_chunk_root(root_backup, info->chunk_root->node->start); in backup_super_roots()
[all …]