Lines Matching defs:resync
75 DRBD_FAULT_RS_WR = 2, /* resync */
391 * (not some resync or verify or other DRBD internal request) */
439 B_RS_H_DONE, /* Before resync handler done (already executed) */
453 RS_START, /* tell worker to start resync/OV */
454 RS_PROGRESS, /* tell worker that resync made significant progress */
455 RS_DONE, /* tell worker that resync is done */
569 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */
813 /* use checksums for *this* resync */
815 /* blocks to resync in this run [unit BM_BLOCK_SIZE] */
817 /* number of resync blocks that failed in this run */
849 /* Used to track operations of resync... */
850 struct lru_cache *resync;
851 /* Number of locked elements in resync LRU */
853 /* resync extent number waiting for application requests */
886 atomic_t rs_sect_in; /* for incoming resync data rate, SyncTarget */
887 atomic_t rs_sect_ev; /* for submitted resync data rate, both */
891 int c_sync_rate; /* current resync rate after syncer throttle magic */
892 struct fifo_buffer *rs_plan_s; /* correction values of resync planer (RCU, connection->conn_update) */
893 int rs_in_flight; /* resync sectors in flight (to proxy, in proxy and from proxy) */
996 DDSF_NO_RESYNC = 2, /* Do not run a resync for the new space */
1157 /* resync bitmap */
1161 int rs_failed; /* number of failed resync requests in this extent. */
1168 #define BME_PRIORITY 2 /* finish resync IO on this extent ASAP! App IO waiting! */
1185 * aka resync extent, to 16 MiB (which is also 512 Byte worth of bitmap
1187 #define BM_EXT_SHIFT 24 /* 16 MiB per resync extent */
1211 /* how many bits are covered by one bitmap extent (resync extent) */
1945 /* counts how many resync-related answers we still expect from the peer