Searched defs:resync (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Draid_class.c211 raid_attr_ro_fn(resync); variable
/drivers/isdn/hardware/mISDN/
H A Dnetjet.c485 resync(struct tiger_ch *bc, struct tiger_hw *card) function
520 resync(bc, card);
560 resync(bc, card);
/drivers/md/
H A Dmd.c2403 * so it can be re-added without a resync.
3360 * - array is not engaged in resync/recovery/reshape
3676 * no resync can happen. no superblocks get written.
3682 * When written to inactive array, starts without resync
3688 * fully active: IO and resync can be happening.
3689 * When written to inactive array, starts with resync
4085 type = "resync";
4117 else if (cmd_match(page, "resync"))
4241 /* force parallel resync, even with shared block devices */
4249 unsigned long resync, d local
4264 unsigned long long max_sectors, resync; local
6579 sector_t max_sectors, resync, res; local
[all...]
/drivers/block/drbd/
H A Ddrbd_int.h122 DRBD_FAULT_RS_WR = 2, /* resync */
172 P_RS_DATA_REQUEST = 0x09, /* Used to ask for a data block for resync */
849 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */
1028 /* blocks to resync in this run [unit BM_BLOCK_SIZE] */
1030 /* number of resync blocks that failed in this run */
1065 /* Used to track operations of resync... */
1066 struct lru_cache *resync; member in struct:drbd_conf
1067 /* Number of locked elements in resync LRU */
1069 /* resync extent number waiting for application requests */
1121 atomic_t rs_sect_in; /* for incoming resync dat
[all...]

Completed in 164 milliseconds