RC_DEFAULT
if (apc_flag == RC_DEFAULT) apc = 0;
if (nrpos_flag == RC_DEFAULT) nrpos = 1;
if (ntrack_flag == RC_DEFAULT) ntrack = DEF_TRACKS_EFI;
if (rps_flag == RC_DEFAULT) rps = DEFHZ;
if (nsect_flag == RC_DEFAULT) nsect = DEF_SECTORS_EFI;
if ((maxcontig_flag == RC_DEFAULT) || (tmpmaxcontig == -1) ||
if (cpg_flag == RC_DEFAULT) { /* If not explicity set, use default */
if (grow && ntrack_flag != RC_DEFAULT)
if (nbpi_flag != RC_DEFAULT)
if (cpg == -1 || (mtb == 'y' && cpg_flag == RC_DEFAULT))
int cpg_flag = RC_DEFAULT;
int rotdelay_flag = RC_DEFAULT;
int maxcontig_flag = RC_DEFAULT;
int nsect_flag = RC_DEFAULT;
int ntrack_flag = RC_DEFAULT;
int bsize_flag = RC_DEFAULT;
int fragsize_flag = RC_DEFAULT;
int minfree_flag = RC_DEFAULT;
int rps_flag = RC_DEFAULT;
int nbpi_flag = RC_DEFAULT;
int nrpos_flag = RC_DEFAULT;
int apc_flag = RC_DEFAULT;
#define DEFAULT_SECT_TRAK_CPG (nsect_flag == RC_DEFAULT && \
ntrack_flag == RC_DEFAULT && \
cpg_flag == RC_DEFAULT)
if (user_supplied != RC_DEFAULT) {
if (user_supplied != RC_DEFAULT) {
#define GROW_WITH_DEFAULT_TRAK (grow && ntrack_flag == RC_DEFAULT)
rotdelay_flag = RC_DEFAULT;
rotdelay_flag = RC_DEFAULT;