Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c1835 info->backup_root_index = 0; in find_oldest_super_backup()
1837 info->backup_root_index = (newest_index + 1) % BTRFS_NUM_BACKUP_ROOTS; in find_oldest_super_backup()
1852 next_backup = info->backup_root_index; in backup_super_roots()
1873 info->backup_root_index = (next_backup + 1) % BTRFS_NUM_BACKUP_ROOTS; in backup_super_roots()
Dctree.h865 int backup_root_index; member