Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
H A Ddevice.c559 { struct floppy_struct this_floppy; in ntfs_device_size_get() local
561 if (dev->d_ops->ioctl(dev, FDGETPRM, &this_floppy) >= 0) { in ntfs_device_size_get()
563 (unsigned long)this_floppy.size, in ntfs_device_size_get()
564 (unsigned long)this_floppy.size); in ntfs_device_size_get()
565 return (s64)this_floppy.size * 512 / block_size; in ntfs_device_size_get()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c2268 { struct floppy_struct this_floppy; local
2270 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) {
2272 "(0x%lx).\n", this_floppy.size,
2273 this_floppy.size);
2274 return (s64)this_floppy.size * 512;

Completed in 5 milliseconds