Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfd.h10 struct compat_floppy_struct { struct
23 #define FDGETPRM32 _IOR(2, 0x04, struct compat_floppy_struct) argument
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c3739 #define FDSETPRM32 _IOW(2, 0x42, struct compat_floppy_struct)
3740 #define FDDEFPRM32 _IOW(2, 0x43, struct compat_floppy_struct)
3749 struct compat_floppy_struct __user *arg) in compat_set_geometry()
3756 offsetof(struct compat_floppy_struct, name)); in compat_set_geometry()
3775 struct compat_floppy_struct __user *arg) in compat_get_prm()
3777 struct compat_floppy_struct v; in compat_get_prm()
3791 if (copy_to_user(arg, &v, sizeof(struct compat_floppy_struct))) in compat_get_prm()