<dec f='src/src/sys/dev/raidframe/rf_paritymap.h' l='110' type='int rf_paritymap_rewrite(struct rf_paritymap * )'/>
<def f='src/src/sys/dev/raidframe/rf_paritymap.c' l='511' ll='549' type='int rf_paritymap_rewrite(struct rf_paritymap * pm)'/>
<doc f='src/src/sys/dev/raidframe/rf_paritymap.c' l='502'>/*
 * Rewrite parity, taking parity map into account; this is the equivalent of
 * the old rf_RewriteParity, and is likewise to be called from a suitable
 * thread and shouldn&apos;t have multiple copies running in parallel and so on.
 *
 * Note that the fictional regions are &quot;cleaned&quot; in one shot, so that very
 * small RAIDs (useful for testing) will not experience potentially severe
 * regressions in rewrite time.
 */</doc>
<use f='src/src/sys/dev/raidframe/rf_parityscan.c' l='68' u='c' c='rf_RewriteParity'/>
