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 */ variable893 num_backups = strtoul(arg, &p, 0); in parse_extended_opts()894 if (*p || num_backups > 2) { in parse_extended_opts()2277 num_backups = get_int_from_profile(fs_types, "num_backup_sb", 2); in PRS()2536 if (num_backups >= 1) in PRS()2538 if (num_backups >= 2) in PRS()