/Linux-v4.19/drivers/block/drbd/ |
D | drbd_actlog.c | 221 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent() 533 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 679 e = lc_find(device->resync, enr); in update_rs_extent() 681 e = lc_get(device->resync, enr); in update_rs_extent() 730 lc_committed(device->resync); in update_rs_extent() 733 lc_put(device->resync, &ext->lce); in update_rs_extent() 744 device->resync->nr_elements, in update_rs_extent() 745 device->resync->flags); in update_rs_extent() 922 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get() 926 e = lc_get(device->resync, enr); in _bme_get() [all …]
|
D | Kconfig | 57 4 resync data write
|
D | drbd_proc.c | 325 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
D | drbd_debugfs.c | 694 lc_seq_printf_stats(m, device->resync); in device_resync_extents_show() 695 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show()
|
D | drbd_worker.c | 1852 lc_reset(device->resync); in drbd_start_resync() 1945 lc_destroy(device->resync); in drbd_ldev_destroy() 1946 device->resync = NULL; in drbd_ldev_destroy()
|
D | drbd_int.h | 928 struct lru_cache *resync; member
|
D | drbd_main.c | 2238 lc_destroy(device->resync); in drbd_destroy_device()
|
D | drbd_nl.c | 1980 device->resync = resync_lru; in drbd_adm_attach()
|
D | drbd_receiver.c | 2649 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | disk-states-8.dot | 7 Consistent -> Inconsistent [ label = "start resync" ] 8 Outdated -> Inconsistent [ label = "start resync" ] 10 Inconsistent -> UpToDate [ label = "resync completed" ]
|
/Linux-v4.19/Documentation/md/ |
D | md-cluster.txt | 53 resync, and for metadata superblock updates. This communication is 78 3.1.2 RESYNCING: informs other nodes that a resync is initiated or 81 sending node is about to resync. This overrides any previous 97 resync. 179 - initiates resync of the bitmap on the current node 186 The resync process is the regular md resync. However, in a clustered 187 environment when a resync is performed, it needs to tell other nodes 188 of the areas which are suspended. Before a resync starts, the node 193 performing resync finishes, it sends RESYNCING with an empty range to 253 This updates the resync range that is stored in the bitmap lock. [all …]
|
D | raid5-cache.txt | 28 tries to resync the array to bring it back to normal state. But before the 29 resync completes, any system crash will expose the chance of real data
|
D | raid5-ppl.txt | 20 unclean shutdown and all disks are available, eliminating the need to resync
|
/Linux-v4.19/include/linux/ |
D | raid_class.h | 49 int resync; member 76 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/Linux-v4.19/Documentation/admin-guide/ |
D | md.rst | 274 The point at which resync should start. If no resync is needed, 323 no resync can happen. no superblocks get written. 333 When written to inactive array, starts without resync 341 fully active: IO and resync can be happening. 342 When written to inactive array, starts with resync 411 resync 412 Full resync is performed and all redundancy is regenerated when the 424 eliminate resync. 426 The accepted values when writing to this file are ``ppl`` and ``resync``, 617 resync [all …]
|
/Linux-v4.19/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-raid.txt | 239 of "resync" or "recover" can be considered complete. 243 resync - Array is undergoing its initial synchronization 277 "resync" - Initiate/continue a resync.
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 54 2: Phase resync enable
|
/Linux-v4.19/drivers/scsi/ |
D | raid_class.c | 212 raid_attr_ro_fn(resync);
|
/Linux-v4.19/drivers/md/ |
D | md.c | 4734 unsigned long resync, dt, db; in sync_speed_show() local 4737 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show() 4740 db = resync - mddev->resync_mark_cnt; in sync_speed_show() 4749 unsigned long long max_sectors, resync; in sync_completed_show() local 4764 resync = mddev->curr_resync_completed; in sync_completed_show() 4765 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show() 7657 sector_t max_sectors, resync, res; in status_resync() local 7669 resync = mddev->curr_resync; in status_resync() 7670 if (resync <= 3) { in status_resync() 7673 resync = max_sectors; in status_resync() [all …]
|
/Linux-v4.19/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 478 resync(struct tiger_ch *bc, struct tiger_hw *card) in resync() function 513 resync(bc, card); in fill_hdlc_flag() 563 resync(bc, card); in fill_dma()
|
/Linux-v4.19/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 414 * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to
|