Searched refs:this_floppy (Results 1 – 2 of 2) sorted by relevance
131 struct floppy_struct this_floppy; in blkid_get_dev_size() local133 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) in blkid_get_dev_size()134 return (blkid_loff_t)this_floppy.size << 9; in blkid_get_dev_size()
196 struct floppy_struct this_floppy; in ext2fs_get_device_size2() local198 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) { in ext2fs_get_device_size2()199 *retblocks = this_floppy.size / (blocksize / 512); in ext2fs_get_device_size2()