/Linux-v5.4/drivers/block/drbd/ |
D | drbd_actlog.c | 209 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in find_active_resync_extent() 521 tmp = lc_find(device->resync, enr/AL_EXT_PER_BM_SECT); in drbd_al_begin_io_nonblock() 667 e = lc_find(device->resync, enr); in update_rs_extent() 669 e = lc_get(device->resync, enr); in update_rs_extent() 718 lc_committed(device->resync); in update_rs_extent() 721 lc_put(device->resync, &ext->lce); in update_rs_extent() 732 device->resync->nr_elements, in update_rs_extent() 733 device->resync->flags); in update_rs_extent() 910 if (device->resync_locked > device->resync->nr_elements/2) { in _bme_get() 914 e = lc_get(device->resync, enr); in _bme_get() [all …]
|
D | Kconfig | 56 4 resync data write
|
D | drbd_proc.c | 313 lc_seq_printf_stats(seq, device->resync); in drbd_seq_show()
|
D | drbd_debugfs.c | 668 lc_seq_printf_stats(m, device->resync); in device_resync_extents_show() 669 lc_seq_dump_details(m, device->resync, "rs_left flags", resync_dump_detail); in device_resync_extents_show()
|
D | drbd_worker.c | 1839 lc_reset(device->resync); in drbd_start_resync() 1932 lc_destroy(device->resync); in drbd_ldev_destroy() 1933 device->resync = NULL; in drbd_ldev_destroy()
|
D | drbd_int.h | 921 struct lru_cache *resync; member
|
/Linux-v5.4/Documentation/admin-guide/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-v5.4/Documentation/driver-api/md/ |
D | md-cluster.rst | 61 resync, and for metadata superblock updates. This communication is 94 informs other nodes that a resync is initiated or 97 sending node is about to resync. This overrides any previous 123 resync. 226 - initiates resync of the bitmap on the current node 233 The resync process is the regular md resync. However, in a clustered 234 environment when a resync is performed, it needs to tell other nodes 235 of the areas which are suspended. Before a resync starts, the node 240 performing resync finishes, it sends RESYNCING with an empty range to 306 This updates the resync range that is stored in the bitmap lock. [all …]
|
D | raid5-cache.rst | 30 tries to resync the array to bring it back to normal state. But before the 31 resync completes, any system crash will expose the chance of real data
|
D | raid5-ppl.rst | 22 unclean shutdown and all disks are available, eliminating the need to resync
|
/Linux-v5.4/include/linux/ |
D | raid_class.h | 48 int resync; member 75 DEFINE_RAID_ATTRIBUTE(int, resync)
|
/Linux-v5.4/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-v5.4/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 35 # Control registers were modified, pipeline resync is needed
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | trace.c | 424 le32_to_cpu(eh->tid_rdma.resync.kdeth0), in parse_everbs_hdrs() 425 le32_to_cpu(eh->tid_rdma.resync.kdeth1), in parse_everbs_hdrs() 426 be32_to_cpu(eh->tid_rdma.resync.verbs_qp)); in parse_everbs_hdrs()
|
D | verbs.h | 212 u8 resync; member
|
D | trace_tid.h | 1376 __field(bool, resync) 1397 __entry->resync = priv->resync; 1417 __entry->resync ? "yes" : "no",
|
D | tid_rdma.c | 4430 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4455 if (qpriv->resync) { in hfi1_build_tid_rdma_write_ack() 4478 qpriv->resync = false; in hfi1_build_tid_rdma_write_ack() 4844 return sizeof(ohdr->u.tid_rdma.resync) / sizeof(u32); in hfi1_build_tid_rdma_resync() 4878 if (qpriv->resync) in hfi1_rc_rcv_tid_rdma_resync() 4947 qpriv->resync = true; in hfi1_rc_rcv_tid_rdma_resync() 5200 if (qpriv->resync) { in make_tid_rdma_ack() 5216 if (!qpriv->s_nak_state && !qpriv->resync && in make_tid_rdma_ack() 5264 (qpriv->resync && in make_tid_rdma_ack()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | dm-raid.rst | 288 of "resync" or "recover" can be considered complete. 295 resync 337 "resync" Initiate/continue a resync.
|
/Linux-v5.4/include/rdma/ |
D | ib_hdrs.h | 129 struct tid_rdma_resync resync; member
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 54 2: Phase resync enable
|
/Linux-v5.4/Documentation/networking/ |
D | tls-offload.rst | 195 synchronization with the TLS stream, and require a resync with the kernel's 198 Note that resync is only attempted for connections which were successfully 201 such connection will never get offloaded. Therefore the resync request 248 Until resync is complete driver should not access its expected TCP 250 Following helper should be used to test if resync is complete:
|
/Linux-v5.4/drivers/scsi/ |
D | raid_class.c | 209 raid_attr_ro_fn(resync);
|
/Linux-v5.4/drivers/md/ |
D | md.c | 4822 unsigned long resync, dt, db; in sync_speed_show() local 4825 resync = mddev->curr_mark_cnt - atomic_read(&mddev->recovery_active); in sync_speed_show() 4828 db = resync - mddev->resync_mark_cnt; in sync_speed_show() 4837 unsigned long long max_sectors, resync; in sync_completed_show() local 4852 resync = mddev->curr_resync_completed; in sync_completed_show() 4853 return sprintf(page, "%llu / %llu\n", resync, max_sectors); in sync_completed_show() 7771 sector_t max_sectors, resync, res; in status_resync() local 7783 resync = mddev->curr_resync; in status_resync() 7784 if (resync <= 3) { in status_resync() 7787 resync = max_sectors; in status_resync() [all …]
|
/Linux-v5.4/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 465 resync(struct tiger_ch *bc, struct tiger_hw *card) in resync() function 500 resync(bc, card); in fill_hdlc_flag() 550 resync(bc, card); in fill_dma()
|
/Linux-v5.4/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
|