<dec f='src/src/sys/dev/raidframe/rf_reconmap.h' l='78' type='RF_ReconMap_t * rf_MakeReconMap(RF_Raid_t * , RF_SectorCount_t , RF_SectorCount_t , RF_ReconUnitCount_t )'/>
<def f='src/src/sys/dev/raidframe/rf_reconmap.c' l='81' ll='116' type='RF_ReconMap_t * rf_MakeReconMap(RF_Raid_t * raidPtr, RF_SectorCount_t ru_sectors, RF_SectorCount_t disk_sectors, RF_ReconUnitCount_t spareUnitsPerDisk)'/>
<doc f='src/src/sys/dev/raidframe/rf_reconmap.c' l='72'>/*---------------------------------------------------------------------------
 *
 * Creates and initializes new Reconstruction map
 *
 * ru_sectors   - size of reconstruction unit in sectors
 * disk_sectors - size of disk in sectors
 * spareUnitsPerDisk - zero unless distributed sparing
 *-------------------------------------------------------------------------*/</doc>
<use f='src/src/sys/dev/raidframe/rf_reconutil.c' l='119' u='c' c='rf_MakeReconControl'/>
