Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c1662 info->backup_root_index = 0; in find_oldest_super_backup()
1664 info->backup_root_index = (newest_index + 1) % BTRFS_NUM_BACKUP_ROOTS; in find_oldest_super_backup()
1679 next_backup = info->backup_root_index; in backup_super_roots()
1700 info->backup_root_index = (next_backup + 1) % BTRFS_NUM_BACKUP_ROOTS; in backup_super_roots()
Dctree.h1290 int backup_root_index; member