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

/system/extras/tests/directiotest/
H A Ddirectiotest.c177 uint64_t num_blks; local
204 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) {
208 num_blks /= blk_size;
223 if (num_blks / NUM_TEST_BLKS > INT_MAX) {
228 test_areas = num_blks / NUM_TEST_BLKS;

Completed in 119 milliseconds