Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddisk-io.c1984 int next_backup; in backup_super_roots() local
1988 next_backup = info->backup_root_index; in backup_super_roots()
1989 last_backup = (next_backup + BTRFS_NUM_BACKUP_ROOTS - 1) % in backup_super_roots()
1999 next_backup = last_backup; in backup_super_roots()
2001 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
2009 info->backup_root_index = (next_backup + 1) % BTRFS_NUM_BACKUP_ROOTS; in backup_super_roots()