Searched refs:this_floppy (Results 1 – 1 of 1) sorted by relevance
562 { struct floppy_struct this_floppy; in ntfs_device_size_get() local564 if (dev->d_ops->ioctl(dev, FDGETPRM, &this_floppy) >= 0) { in ntfs_device_size_get()566 (unsigned long)this_floppy.size, in ntfs_device_size_get()567 (unsigned long)this_floppy.size); in ntfs_device_size_get()568 return (s64)this_floppy.size * 512 / block_size; in ntfs_device_size_get()