Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Ddisk-io.c1984 root_backup = info->super_copy->super_roots + i; in find_newest_super_backup()
2003 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
2068 memcpy(&info->super_copy->super_roots, in backup_super_roots()
2069 &info->super_for_commit->super_roots, in backup_super_roots()
2098 root_backup = super->super_roots + backup_index; in read_backup_root()
Dctree.h271 struct btrfs_root_backup super_roots[BTRFS_NUM_BACKUP_ROOTS]; member