Lines Matching refs:and
5 Device-Mapper's "delay" target delays reads and/or writes
6 and/or flushs and optionally maps them to different devices.
15 3: apply offset and delay to read, write and flush operations on device
17 6: apply offset and delay to device, also apply write_offset and write_delay
18 to write and flush operations on optionally different write_device with
21 9: same as 6 arguments plus define flush_offset and flush_delay explicitely
35 # Create mapped device named "delayed" delaying read, write and flush operations for 500ms.
42 # Create mapped device delaying write and flush operations for 400ms and
43 # splitting reads to device $1 but writes and flushs to different device $2
44 # to different offsets of 2048 and 4096 sectors respectively.
51 # Create mapped device delaying reads for 50ms, writes for 100ms and flushs for 333ms