sd_emptystate
else if (((statemap & ~sd_downstate) == sd_emptystate) /* all subdisks empty */
else if (statemap & (sd_initstate | sd_emptystate)) /* some subdisks empty or initializing */
statemap |= sd_emptystate;