X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=1816d0be74eb090fa8742e71924a75c76356df2a;hb=b68e5f80e8804a689ad438a17d8e87fe5089cee1;hp=3da376e042aedd333bd8e7605c55b3795ae1d392;hpb=d94722713ebd7bbdbf8b284b7563f2dd17964e24;p=fio.git diff --git a/options.c b/options.c index 3da376e0..1816d0be 100644 --- a/options.c +++ b/options.c @@ -1557,6 +1557,17 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .category = FIO_OPT_C_IO, .group = FIO_OPT_G_INVALID, }, + { + .name = "bs_is_seq_rand", + .lname = "Block size division is seq/random (not read/write)", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(bs_is_seq_rand), + .help = "Consider any blocksize setting to be sequential,ramdom", + .def = "0", + .parent = "blocksize", + .category = FIO_OPT_C_IO, + .group = FIO_OPT_G_INVALID, + }, { .name = "randrepeat", .lname = "Random repeatable",