Searched refs:num_backups (Results 1 – 1 of 1) sorted by relevance
89 static int num_backups = 2; /* number of backup bg's for sparse_super2 */ variable867 num_backups = strtoul(arg, &p, 0); in parse_extended_opts()868 if (*p || num_backups > 2) { in parse_extended_opts()2217 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS()2469 if (num_backups >= 1) in PRS()2471 if (num_backups >= 2) in PRS()