Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfd.h9 struct compat_floppy_struct { struct
22 #define FDGETPRM32 _IOR(2, 0x04, struct compat_floppy_struct) argument
/linux-4.4.14/block/
Dcompat_ioctl.c277 #define FDSETPRM32 _IOW(2, 0x42, struct compat_floppy_struct)
278 #define FDDEFPRM32 _IOW(2, 0x43, struct compat_floppy_struct)
325 struct compat_floppy_struct __user *uf; in compat_fd_ioctl()
416 struct compat_floppy_struct __user *uf = compat_ptr(arg); in compat_fd_ioctl()