Searched refs:num_backups (Results 1 – 1 of 1) sorted by relevance
91 static int num_backups = 2; /* number of backup bg's for sparse_super2 */ variable906 num_backups = strtoul(arg, &p, 0); in parse_extended_opts()907 if (*p || num_backups > 2) { in parse_extended_opts()2373 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS()2672 if (num_backups >= 1) in PRS()2674 if (num_backups >= 2) in PRS()