Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/
Dfloppy.c3606 struct compat_floppy_drive_struct { struct
3653 #define FDGETDRVSTAT32 _IOR(2, 0x12, struct compat_floppy_drive_struct)
3654 #define FDPOLLDRVSTAT32 _IOR(2, 0x13, struct compat_floppy_drive_struct)
3777 struct compat_floppy_drive_struct __user *arg) in compat_getdrvstat()
3779 struct compat_floppy_drive_struct v; in compat_getdrvstat()
3781 memset(&v, 0, sizeof(struct compat_floppy_drive_struct)); in compat_getdrvstat()
3807 if (copy_to_user(arg, &v, sizeof(struct compat_floppy_drive_struct))) in compat_getdrvstat()