Home
last modified time | relevance | path

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

/system/extras/tests/directiotest/
Ddirectiotest.c178 uint64_t num_blks; in main() local
205 if (ioctl(fd, BLKGETSIZE64, &num_blks) == -1) { in main()
209 num_blks /= blk_size; in main()
224 if (num_blks / NUM_TEST_BLKS > INT_MAX) { in main()
229 test_areas = num_blks / NUM_TEST_BLKS; in main()