Searched refs:backup_index (Results 1 – 1 of 1) sorted by relevance
2012 int *num_backups_tried, int *backup_index) in next_root_backup() argument2015 int newest = *backup_index; in next_root_backup()2024 *backup_index = newest; in next_root_backup()2031 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()2033 *backup_index = newest; in next_root_backup()2421 int backup_index = 0; in open_ctree() local3133 &num_backups_tried, &backup_index); in open_ctree()