Home
last modified time | relevance | path

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

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