Searched refs:BLKGETSIZE (Results 1 – 5 of 5) sorted by relevance
169 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ macro
667 case BLKGETSIZE: in blkdev_ioctl()727 case BLKGETSIZE: in compat_blkdev_ioctl()
344 if (ioctl(fd, BLKGETSIZE, &blocks) < 0) { in os_file_size()