Home
last modified time | relevance | path

Searched refs:this_bs (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dblktrace.c180 unsigned int this_bs; in trace_add_file() local
193 if (get_dev_blocksize(dev, &this_bs)) in trace_add_file()
194 this_bs = 512; in trace_add_file()
199 td->files[fileno]->bs = this_bs; in trace_add_file()
203 last_bs = this_bs; in trace_add_file()