Home
last modified time | relevance | path

Searched refs:Maxtrans (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c156 int Maxtrans; /* max io transfer size */ variable
480 "Maxtrans: %-11d (%d blocks)\n", in startup_info()
481 Maxtrans, (Maxtrans + BSIZE - 1) / BSIZE); in startup_info()
619 random_range(Mintrans, Maxtrans, BSIZE, NULL); in form_iorequest()
672 if (maxlength > Maxtrans) in form_iorequest()
673 maxlength = Maxtrans; in form_iorequest()
688 if (maxlength > Maxtrans) in form_iorequest()
689 maxlength = Maxtrans; in form_iorequest()
694 maxlength = Maxtrans; in form_iorequest()
[all...]

Completed in 2 milliseconds