/linux-4.4.14/drivers/block/drbd/ |
D | drbd_actlog.c | 220 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent() 375 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 665 e = lc_find(device->resync, enr); in update_rs_extent() 667 e = lc_get(device->resync, enr); in update_rs_extent() 716 lc_committed(device->resync); in update_rs_extent() 719 lc_put(device->resync, &ext->lce); in update_rs_extent() 730 device->resync->nr_elements, in update_rs_extent() 731 device->resync->flags); in update_rs_extent() 893 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get() 897 e = lc_get(device->resync, enr); in _bme_get() [all …]
|
D | Kconfig | 56 4 resync data write
|
D | drbd_proc.c | 336 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
D | drbd_debugfs.c | 705 lc_seq_printf_stats(m, device->resync); in device_resync_extents_show() 706 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show()
|
D | drbd_worker.c | 1740 lc_reset(device->resync); in drbd_start_resync() 1833 lc_destroy(device->resync); in drbd_ldev_destroy() 1834 device->resync = NULL; in drbd_ldev_destroy()
|
D | drbd_int.h | 923 struct lru_cache *resync; member
|
D | drbd_nl.c | 1723 device->resync = resync_lru; in drbd_adm_attach()
|
D | drbd_main.c | 2188 lc_destroy(device->resync); in drbd_destroy_device()
|
D | drbd_receiver.c | 2453 tmp = lc_find(device->resync, BM_SECT_TO_EXT(sector)); in drbd_rs_should_slow_down()
|
/linux-4.4.14/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-4.4.14/Documentation/ |
D | md-cluster.txt | 46 resync, and metadata superblock updates. 56 3.1.2 RESYNC: informs other nodes that a resync is initiated or ended 134 - initiates resync of the bitmap on the current node 136 The resync process, is the regular md resync. However, in a clustered 137 environment when a resync is performed, it needs to tell other nodes 138 of the areas which are suspended. Before a resync starts, the node 143 when the node performing resync finishes, it send RESYNC_FINISHED
|
D | md.txt | 235 The point at which resync should start. If no resync is needed, 278 no resync can happen. no superblocks get written. 284 When written to inactive array, starts without resync 290 fully active: IO and resync can be happening. 291 When written to inactive array, starts with resync 491 resync - redundancy is being recalculated after unclean 501 similar to 'resync', but was requested by the 508 'idle' will stop an active resync/recovery etc. There is no 509 guarantee that another resync/recovery may not be automatically 512 'resync' or 'recovery' can be used to restart the [all …]
|
/linux-4.4.14/include/linux/ |
D | raid_class.h | 48 int resync; member 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 34 # Control registers were modified, pipeline resync is needed
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-raid.txt | 176 of "resync" or "recover" can be considered complete. 180 resync - Array is undergoing its initial synchronization 206 "resync" - Initiate/continue a resync.
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 54 2: Phase resync enable
|
/linux-4.4.14/drivers/scsi/ |
D | raid_class.c | 211 raid_attr_ro_fn(resync);
|
/linux-4.4.14/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-4.4.14/drivers/md/ |
D | md.c | 4500 unsigned long resync, dt, db; in sync_speed_show() local 4503 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show() 4506 db = resync - mddev->resync_mark_cnt; in sync_speed_show() 4515 unsigned long long max_sectors, resync; in sync_completed_show() local 4530 resync = mddev->curr_resync_completed; in sync_completed_show() 4531 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show() 7220 sector_t max_sectors, resync, res; in status_resync() local 7232 resync = mddev->curr_resync; in status_resync() 7233 if (resync <= 3) { in status_resync() 7236 resync = max_sectors; in status_resync() [all …]
|
/linux-4.4.14/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
|