Loading Documentation/device-mapper/delay.txt +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Parameters: <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] With separate write parameters, the first set is only used for reads. Offsets are specified in sectors. Delays are specified in milliseconds. Example scripts Loading drivers/md/dm-delay.c +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ static void flush_expired_bios(struct work_struct *work) * <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] * * With separate write parameters, the first set is only used for reads. * Offsets are specified in sectors. * Delays are specified in milliseconds. */ static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) Loading Loading
Documentation/device-mapper/delay.txt +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Parameters: <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] With separate write parameters, the first set is only used for reads. Offsets are specified in sectors. Delays are specified in milliseconds. Example scripts Loading
drivers/md/dm-delay.c +1 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,7 @@ static void flush_expired_bios(struct work_struct *work) * <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] * * With separate write parameters, the first set is only used for reads. * Offsets are specified in sectors. * Delays are specified in milliseconds. */ static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv) Loading