Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dchildmain.c229 OFF_T *tmpLBA; in get_next_action() local
292 tmpLBA = in get_next_action()
297 *(tmpLBA) = args->start_lba + args->offset; in get_next_action()
300 *(tmpLBA) = args->start_lba + args->offset; in get_next_action()
302 && ((*(tmpLBA) + (target.trsiz - 1)) <= in get_next_action()
305 && (*(tmpLBA) >= (args->start_lba + args->offset))) { in get_next_action()
308 *(tmpLBA) = args->start_lba + args->offset; in get_next_action()
317 *(tmpLBA) += in get_next_action()
324 target.lba = *(tmpLBA); in get_next_action()
428 tmpLBA = pVal1 + OFF_RLBA; in get_next_action()
[all …]