Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c1945 int *num_backups_tried, int *backup_index) in next_root_backup() argument
1948 int newest = *backup_index; in next_root_backup()
1957 *backup_index = newest; in next_root_backup()
1964 newest = (*backup_index + BTRFS_NUM_BACKUP_ROOTS - 1) % in next_root_backup()
1966 *backup_index = newest; in next_root_backup()
2637 int backup_index = 0; in open_ctree() local
3425 &num_backups_tried, &backup_index); in open_ctree()