Lines Matching full:resync
42 * whether a resync is needed. The second is a flag indicating whether a
43 * resync is active.
47 * | resync | resync | counter |
52 * The "resync needed" bit is set when:
55 * a resync is aborted on a chunk with 'resync active' set
56 * It is cleared (and resync-active set) when a resync starts across all drives
60 * The "resync active" bit is set when:
61 * a resync is started on all drives, and resync_needed is set.
63 * It is cleared when a resync completes.
66 * When the counter is '1' and the resync bits are clear, the on-disk
113 #define RESYNC(x) (((bitmap_counter_t) x) & RESYNC_MASK) macro
202 * when we lasted called end_sync to update bitmap with resync
1318 * cause a full resync.
1798 if (RESYNC(*bmc)) { in __bitmap_start_sync()
1817 * pages, otherwise resync (which is very PAGE_SIZE based) will in bitmap_start_sync()
1848 if (RESYNC(*bmc)) { in __bitmap_end_sync()
1874 * RESYNC bit wherever it is still on in bitmap_close_sync()
2291 /* Loads the bitmap associated with slot and copies the resync information