Home
last modified time | relevance | path

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

/qemu/block/
H A Dfile-posix.c297 static const unsigned long ioctl_list[] = { in probe_logical_blocksize() local
310 for (i = 0; i < (int)ARRAY_SIZE(ioctl_list); i++) { in probe_logical_blocksize()
311 if (ioctl(fd, ioctl_list[i], &sector_size) >= 0) { in probe_logical_blocksize()