Searched refs:backup_index (Results 1 – 1 of 1) sorted by relevance
1970 int *num_backups_tried, int *backup_index) in next_root_backup() argument1973 int newest = *backup_index; in next_root_backup()1982 *backup_index = newest; in next_root_backup()1989 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()1991 *backup_index = newest; in next_root_backup()2614 int backup_index = 0; in open_ctree() local3357 &num_backups_tried, &backup_index); in open_ctree()