Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddisk-io.c1882 const int next_backup = info->backup_root_index; in backup_super_roots() local
1885 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
1893 info->backup_root_index = (next_backup + 1) % BTRFS_NUM_BACKUP_ROOTS; in backup_super_roots()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddisk-io.c1631 const int next_backup = info->backup_root_index; in backup_super_roots() local
1634 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
1642 info->backup_root_index = (next_backup + 1) % BTRFS_NUM_BACKUP_ROOTS; in backup_super_roots()

Completed in 11 milliseconds