/Linux-v5.10/Documentation/admin-guide/device-mapper/ |
D | log-writes.rst | 10 that is in the WRITE requests is copied into the log to make the replay happen 18 next REQ_PREFLUSH request. This is to make it easier for userspace to replay 48 If we logged DISCARD when it completed, the replay would look like this: 52 which isn't quite what happened and wouldn't be caught during the log replay. 81 write, but first you need to replay up to the mkfs to make sure 89 This would allow you to replay the log up to the mkfs mark and 90 then replay from that point on doing the fsck check in the 98 There is a userspace tool that will replay the log for you in various ways. 119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync 138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs [all …]
|
/Linux-v5.10/net/xfrm/ |
D | xfrm_replay.c | 54 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 55 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 65 if (memcmp(&x->replay, &x->preplay, in xfrm_replay_notify() 74 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state)); in xfrm_replay_notify() 90 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow() 92 if (unlikely(x->replay.oseq == 0) && in xfrm_replay_overflow() 94 x->replay.oseq--; in xfrm_replay_overflow() 119 if (likely(seq > x->replay.seq)) in xfrm_replay_check() 122 diff = x->replay.seq - seq; in xfrm_replay_check() 128 if (x->replay.bitmap & (1U << diff)) { in xfrm_replay_check() [all …]
|
D | xfrm_user.c | 501 sizeof(x->replay.bitmap) * 8); in copy_from_user_state() 535 struct xfrm_replay_state *replay; in xfrm_update_ae_params() local 536 replay = nla_data(rp); in xfrm_update_ae_params() 537 memcpy(&x->replay, replay, sizeof(*replay)); in xfrm_update_ae_params() 538 memcpy(&x->preplay, replay, sizeof(*replay)); in xfrm_update_ae_params() 795 put_unaligned(x->stats.replay, &p->stats.replay); in copy_to_user_state() 954 ret = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in copy_to_user_state_extra() 955 &x->replay); in copy_to_user_state_extra() 2050 err = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in build_aevent() 2051 &x->replay); in build_aevent()
|
/Linux-v5.10/drivers/infiniband/core/ |
D | uverbs_std_types_flow_action.c | 91 static int flow_action_esp_replay_none(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_none() argument 102 static int flow_action_esp_replay_def_ok(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_def_ok() argument 111 …ic int (* const flow_action_esp_replay_validate[])(struct ib_flow_action_attrs_esp_replays *replay, 221 struct ib_flow_action_attrs_esp_replays replay; member 279 esp_attr->replay.protocol = in parse_flow_action_esp() 283 ret = uverbs_copy_from_or_zero(&esp_attr->replay.replay, in parse_flow_action_esp() 289 ret = flow_action_esp_replay_validate[esp_attr->replay.protocol](&esp_attr->replay, in parse_flow_action_esp() 294 esp_attr->hdr.replay = &esp_attr->replay; in parse_flow_action_esp()
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | vrf-xfrm-tests.sh | 266 replay-window 4 replay-oseq 0x4 \ 273 replay-window 4 replay-oseq 0x4 \ 281 replay-window 4 replay-oseq 0x4 \ 288 replay-window 4 replay-oseq 0x4 \ 296 replay-window 4 replay-oseq 0x4 \ 303 replay-window 4 replay-oseq 0x4 \ 311 replay-window 4 replay-oseq 0x4 \ 318 replay-window 4 replay-oseq 0x4 \
|
/Linux-v5.10/Documentation/networking/ |
D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 27 know if the replay sequence threshold is reached or 10 secs have passed" 36 - the replay sequence for both inbound and outbound 67 XFRM_AE_RTHR=1, /* replay threshold*/ 68 XFRM_AE_RVAL=2, /* replay value */ 71 XFRM_AE_CR=16, /* Event cause is replay update */ 94 b)replay value (XFRMA_REPLAY_VAL) 96 This TLV carries the running/current counter for replay sequence since 99 c)replay threshold (XFRMA_REPLAY_THRESH) 102 when the replay sequence is exceeded. [all …]
|
D | mac80211-injection.rst | 71 facilitating replay of captured radiotap headers directly.
|
/Linux-v5.10/drivers/input/ |
D | ff-memless.c | 90 if (state->effect->replay.length) { in calculate_next_time() 171 } else if (envelope->fade_length && effect->replay.length && in apply_envelope() 367 } else if (effect->replay.length && in ml_get_combo_effect() 376 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect() 378 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect() 446 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 448 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 476 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 478 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
D | input-compat.h | 43 struct ff_replay replay; member
|
/Linux-v5.10/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 281 || old->replay.length != new->replay.length in need_core() 282 || old->replay.delay != new->replay.delay) in need_core() 386 effect->replay.length, in iforce_upload_periodic() 387 effect->replay.delay, in iforce_upload_periodic() 446 effect->replay.length, in iforce_upload_constant() 447 effect->replay.delay, in iforce_upload_constant() 512 effect->replay.length, effect->replay.delay, in iforce_upload_condition()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmmgp100.c | 566 if (vmm->replay) { in gp100_vmm_join() 604 bool replay; in gp100_vmm_new_() local 607 replay = args->v0.fault_replay != 0; in gp100_vmm_new_() 610 replay = false; in gp100_vmm_new_() 618 (*pvmm)->replay = replay; in gp100_vmm_new_()
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|script|timehist} 26 'perf sched replay' to simulate the workload that was recorded 29 threads can then replay the timings (CPU runtime and sleep patterns)
|
/Linux-v5.10/fs/ubifs/ |
D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/Linux-v5.10/net/netfilter/ |
D | nfnetlink.c | 195 replay: in nfnetlink_rcv_msg() 260 goto replay; in nfnetlink_rcv_msg() 334 replay: in nfnetlink_rcv_batch() 506 goto replay; in nfnetlink_rcv_batch()
|
/Linux-v5.10/include/linux/mlx5/ |
D | accel.h | 90 } replay; member
|
/Linux-v5.10/drivers/hid/usbhid/ |
D | hid-pidff.c | 304 pidff->set_effect[PID_DURATION].value[0] = effect->replay.length; in pidff_set_effect_report() 314 pidff->set_effect[PID_START_DELAY].value[0] = effect->replay.delay; in pidff_set_effect_report() 326 return effect->replay.length != old->replay.length || in pidff_needs_set_effect() 330 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 49 bool replay; member
|
/Linux-v5.10/Documentation/userspace-api/media/dvb/ |
D | dmx-fwrite.rst | 37 provides the actual DVR functionality. It is used for replay of a
|
/Linux-v5.10/include/uapi/linux/ |
D | input.h | 455 struct ff_replay replay; member
|
D | xfrm.h | 124 __u32 replay; member
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_svm.c | 624 int replay = 0, ret; in nouveau_svm_fault() local 766 replay++; in nouveau_svm_fault() 770 if (replay) in nouveau_svm_fault()
|
/Linux-v5.10/tools/testing/ktest/ |
D | ktest.pl | 2985 my $replay = $bisect_replay; 3021 if (defined($replay)) { 3025 $replay = update_bisect_replay; 3029 $replay = update_bisect_replay; 3071 if (defined($replay)) { 3072 run_command "git bisect replay $replay" or
|
/Linux-v5.10/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 148 int replay; member
|
D | rxe_resp.c | 654 res->replay = 0; in read_reply() 732 if (!res->replay) in read_reply() 1096 res->replay = 1; in duplicate_request()
|
/Linux-v5.10/Documentation/filesystems/ |
D | ubifs-authentication.rst | 151 mount, UBIFS will seek for the most recent commit start node and just replay 158 On replay, UBIFS will record every reference node and inspect the location of 335 node cannot be authenticated and is skipped during journal replay. 360 skip any journal heads for replay. An attacker can only remove bud nodes or
|