Searched refs:BLKSSZGET (Results 1 – 6 of 6) sorted by relevance
30 #if !defined(BLKSSZGET)31 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */ macro56 #ifdef BLKSSZGET in ext2fs_get_device_sectsize()57 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) { in ext2fs_get_device_sectsize()
55 #if defined(__linux__) && defined(_IO) && !defined(BLKSSZGET)56 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */ macro492 #ifdef BLKSSZGET in unix_open()494 if (ioctl(data->dev, BLKSSZGET, &data->align) != 0) in unix_open()
149 case BLKSSZGET: in block_ioctl()
300 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */ macro
1890 the device does not support the BLKSSZGET ioctl (Closes: #196734)
2519 109780 unhandled ioctl BLKSSZGET (running fdisk -l /dev/hda)