Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c562 { struct floppy_struct this_floppy; in ntfs_device_size_get() local
564 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()