Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddisk-io.c1970 int *num_backups_tried, int *backup_index) in next_root_backup() argument
1973 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() local
3357 &num_backups_tried, &backup_index); in open_ctree()