/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 9 #define TCSETA _IOW('T', 2, struct termio) 10 #define TCSETAW _IOW('T', 3, struct termio) 11 #define TCSETAF _IOW('T', 4, struct termio) 16 #define TCSETS _IOW('T', 9, struct termios) 17 #define TCSETSW _IOW('T', 10, struct termios) 18 #define TCSETSF _IOW('T', 11, struct termios) 20 #define TCSETS2 _IOW('T', 13, struct termios2) 21 #define TCSETSW2 _IOW('T', 14, struct termios2) 22 #define TCSETSF2 _IOW('T', 15, struct termios2) 39 #define TIOCSETD _IOW('t', 1, int) [all …]
|
/openbmc/openbmc-tools/pwmtachtool/src/ |
H A D | pwmtach_ioctl.h | 39 #define ENABLE_PWM_CHANNEL _IOW('P', 0, int) 40 #define DISABLE_PWM_CHANNEL _IOW('P', 1, int) 41 #define ENABLE_TACH_CHANNEL _IOW('P', 2, int) 42 #define DISABLE_TACH_CHANNEL _IOW('P', 3, int) 43 #define SET_DUTY_CYCLE_BY_PWM_CHANNEL _IOW('P', 4, int) 44 #define SET_DUTY_CYCLE_VALUE_BY_PWM_CHANNEL _IOW('P', 5, int) 46 #define ENABLE_PWM _IOW('P', 7, int) 47 #define ENABLE_ALL_PWM _IOW('P', 8, int) 48 #define ENABLE_TACH _IOW('P', 9, int) 49 #define ENABLE_ALL_TACH _IOW('P', 10, int) [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 66 #define VHOST_FREE_WORKER _IOW(VHOST_VIRTIO, 0x9, struct vhost_worker_state) 71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 73 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 75 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 90 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 91 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) [all …]
|
H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
H A D | kvm.h | 65 _IOW(KVMIO, 0x06, struct kvm_user_trace_setup) 84 #define __KVM_DEPRECATED_VCPU_W_0x87 _IOW(KVMIO, 0x87, struct kvm_debug_guest) 1462 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) 1465 #define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \ 1468 #define KVM_SET_IDENTITY_MAP_ADDR _IOW(KVMIO, 0x48, __u64) 1476 #define KVM_S390_UCAS_MAP _IOW(KVMIO, 0x50, struct kvm_s390_ucas_mapping) 1477 #define KVM_S390_UCAS_UNMAP _IOW(KVMIO, 0x51, struct kvm_s390_ucas_mapping) 1478 #define KVM_S390_VCPU_FAULT _IOW(KVMIO, 0x52, unsigned long) 1482 #define KVM_IRQ_LINE _IOW(KVMIO, 0x61, struct kvm_irq_level) 1490 _IOW(KVMIO, 0x67, struct kvm_coalesced_mmio_zone) [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 66 #define VHOST_FREE_WORKER _IOW(VHOST_VIRTIO, 0x9, struct vhost_worker_state) 71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 73 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 75 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 90 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 91 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) [all …]
|
H A D | atmdev.h | 55 #define ATM_GETLINKRATE _IOW('a',ATMIOC_ITF+1,struct atmif_sioc) 57 #define ATM_GETNAMES _IOW('a',ATMIOC_ITF+3,struct atm_iobuf) 59 #define ATM_GETTYPE _IOW('a',ATMIOC_ITF+4,struct atmif_sioc) 61 #define ATM_GETESI _IOW('a',ATMIOC_ITF+5,struct atmif_sioc) 63 #define ATM_GETADDR _IOW('a',ATMIOC_ITF+6,struct atmif_sioc) 65 #define ATM_RSTADDR _IOW('a',ATMIOC_ITF+7,struct atmif_sioc) 67 #define ATM_ADDADDR _IOW('a',ATMIOC_ITF+8,struct atmif_sioc) 69 #define ATM_DELADDR _IOW('a',ATMIOC_ITF+9,struct atmif_sioc) 71 #define ATM_GETCIRANGE _IOW('a',ATMIOC_ITF+10,struct atmif_sioc) 73 #define ATM_SETCIRANGE _IOW('a',ATMIOC_ITF+11,struct atmif_sioc) [all …]
|
H A D | if_tun.h | 32 #define TUNSETNOCSUM _IOW('T', 200, int) 33 #define TUNSETDEBUG _IOW('T', 201, int) 34 #define TUNSETIFF _IOW('T', 202, int) 35 #define TUNSETPERSIST _IOW('T', 203, int) 36 #define TUNSETOWNER _IOW('T', 204, int) 37 #define TUNSETLINK _IOW('T', 205, int) 38 #define TUNSETGROUP _IOW('T', 206, int) 40 #define TUNSETOFFLOAD _IOW('T', 208, unsigned int) 41 #define TUNSETTXFILTER _IOW('T', 209, unsigned int) 44 #define TUNSETSNDBUF _IOW('T', 212, int) [all …]
|
H A D | ppp-ioctl.h | 87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ 89 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */ 92 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */ 94 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */ 95 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */ 97 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */ 99 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data) 101 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ 102 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */ 103 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */ [all …]
|
H A D | uinput.h | 100 #define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup) 135 #define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup) 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) 138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) 139 #define UI_SET_RELBIT _IOW(UINPUT_IOCTL_BASE, 102, int) 140 #define UI_SET_ABSBIT _IOW(UINPUT_IOCTL_BASE, 103, int) 141 #define UI_SET_MSCBIT _IOW(UINPUT_IOCTL_BASE, 104, int) 142 #define UI_SET_LEDBIT _IOW(UINPUT_IOCTL_BASE, 105, int) 143 #define UI_SET_SNDBIT _IOW(UINPUT_IOCTL_BASE, 106, int) 144 #define UI_SET_FFBIT _IOW(UINPUT_IOCTL_BASE, 107, int) [all …]
|
H A D | sed-opal.h | 197 #define IOC_OPAL_SAVE _IOW('p', 220, struct opal_lock_unlock) 198 #define IOC_OPAL_LOCK_UNLOCK _IOW('p', 221, struct opal_lock_unlock) 199 #define IOC_OPAL_TAKE_OWNERSHIP _IOW('p', 222, struct opal_key) 200 #define IOC_OPAL_ACTIVATE_LSP _IOW('p', 223, struct opal_lr_act) 201 #define IOC_OPAL_SET_PW _IOW('p', 224, struct opal_new_pw) 202 #define IOC_OPAL_ACTIVATE_USR _IOW('p', 225, struct opal_session_info) 203 #define IOC_OPAL_REVERT_TPR _IOW('p', 226, struct opal_key) 204 #define IOC_OPAL_LR_SETUP _IOW('p', 227, struct opal_user_lr_setup) 205 #define IOC_OPAL_ADD_USR_TO_LR _IOW('p', 228, struct opal_lock_unlock) 206 #define IOC_OPAL_ENABLE_DISABLE_MBR _IOW('p', 229, struct opal_mbr_data) [all …]
|
H A D | ext4.h | 14 #define EXT4_IOC_SETVERSION _IOW('f', 4, long) 18 #define EXT4_IOC_SETRSVSZ _IOW('f', 6, long) 19 #define EXT4_IOC_GROUP_EXTEND _IOW('f', 7, unsigned long) 20 #define EXT4_IOC_GROUP_ADD _IOW('f', 8, struct ext4_new_group_input) 26 #define EXT4_IOC_RESIZE_FS _IOW('f', 16, __u64) 31 #define EXT4_IOC_GETSTATE _IOW('f', 41, __u32) 33 #define EXT4_IOC_CHECKPOINT _IOW('f', 43, __u32) 35 #define EXT4_IOC_SETFSUUID _IOW('f', 44, struct fsuuid) 43 #define EXT4_IOC32_SETVERSION _IOW('f', 4, int) 45 #define EXT4_IOC32_SETRSVSZ _IOW('f', 6, int) [all …]
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vhost.h | 27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64) 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) 45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64) 47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int) 66 #define VHOST_FREE_WORKER _IOW(VHOST_VIRTIO, 0x9, struct vhost_worker_state) 71 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state) 73 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr) 75 #define VHOST_SET_VRING_BASE _IOW(VHOST_VIRTIO, 0x12, struct vhost_vring_state) 90 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) 91 #define VHOST_GET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x14, struct vhost_vring_state) [all …]
|
H A D | kvm.h | 1166 #define KVM_GET_DIRTY_LOG _IOW(KVMIO, 0x42, struct kvm_dirty_log) 1169 #define KVM_SET_USER_MEMORY_REGION _IOW(KVMIO, 0x46, \ 1172 #define KVM_SET_IDENTITY_MAP_ADDR _IOW(KVMIO, 0x48, __u64) 1173 #define KVM_SET_USER_MEMORY_REGION2 _IOW(KVMIO, 0x49, \ 1177 #define KVM_S390_UCAS_MAP _IOW(KVMIO, 0x50, struct kvm_s390_ucas_mapping) 1178 #define KVM_S390_UCAS_UNMAP _IOW(KVMIO, 0x51, struct kvm_s390_ucas_mapping) 1179 #define KVM_S390_VCPU_FAULT _IOW(KVMIO, 0x52, unsigned long) 1183 #define KVM_IRQ_LINE _IOW(KVMIO, 0x61, struct kvm_irq_level) 1191 _IOW(KVMIO, 0x67, struct kvm_coalesced_mmio_zone) 1193 _IOW(KVMIO, 0x68, struct kvm_coalesced_mmio_zone) [all …]
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 35 #define TIOCSPGRP _IOW('t', 118, int) 42 #define TIOCSTI _IOW('T', 18, char) /* 0x5412 */ 44 #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ 45 #define TIOCMBIC _IOW('T', 23, unsigned int) /* 0x5417 */ 46 #define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ 60 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) /* 0x541A */ 61 #define TIOCLINUX _IOW('T', 28, char) /* 0x541C */ 65 #define TIOCPKT _IOW('T', 32, int) /* 0x5420 */ [all …]
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 21 #define FIOASYNC _IOW('f', 125, int) 22 #define FIONBIO _IOW('f', 126, int) 47 #define TIOCSPGRP _IOW('t', 118, int) 54 #define TIOCSTI _IOW('T', 18, char) 56 #define TIOCMBIS _IOW('T', 22, unsigned int) 57 #define TIOCMBIC _IOW('T', 23, unsigned int) 58 #define TIOCMSET _IOW('T', 24, unsigned int) 72 #define TIOCSSOFTCAR _IOW('T', 26, unsigned int) 73 #define TIOCLINUX _IOW('T', 28, char) 77 #define TIOCPKT _IOW('T', 32, int) [all …]
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 9 #define FIOASYNC _IOW('f', 125, int) 10 #define FIONBIO _IOW('f', 126, int) 16 #define TIOCSETP _IOW('t', 9, struct sgttyb) 17 #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ 19 #define TIOCSETC _IOW('t', 17, struct tchars) 22 #define TCSETS _IOW('t', 20, struct termios) 23 #define TCSETSW _IOW('t', 21, struct termios) 24 #define TCSETSF _IOW('t', 22, struct termios) 27 #define TCSETA _IOW('t', 24, struct termio) 28 #define TCSETAW _IOW('t', 25, struct termio) [all …]
|
/openbmc/linux/include/uapi/linux/android/ |
H A D | binder.h | 255 #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64) 256 #define BINDER_SET_MAX_THREADS _IOW('b', 5, __u32) 257 #define BINDER_SET_IDLE_PRIORITY _IOW('b', 6, __s32) 258 #define BINDER_SET_CONTEXT_MGR _IOW('b', 7, __s32) 259 #define BINDER_THREAD_EXIT _IOW('b', 8, __s32) 263 #define BINDER_SET_CONTEXT_MGR_EXT _IOW('b', 13, struct flat_binder_object) 264 #define BINDER_FREEZE _IOW('b', 14, struct binder_freeze_info) 266 #define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32) 471 BC_TRANSACTION = _IOW('c', 0, struct binder_transaction_data), 472 BC_REPLY = _IOW('c', 1, struct binder_transaction_data), [all …]
|
/openbmc/linux/include/uapi/mtd/ |
H A D | ubi-user.h | 166 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req) 168 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32) 170 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req) 172 #define UBI_IOCRNVOL _IOW(UBI_IOC_MAGIC, 3, struct ubi_rnvol_req) 175 #define UBI_IOCRPEB _IOW(UBI_IOC_MAGIC, 4, __s32) 177 #define UBI_IOCSPEB _IOW(UBI_IOC_MAGIC, 5, __s32) 184 #define UBI_IOCATT _IOW(UBI_CTRL_IOC_MAGIC, 64, struct ubi_attach_req) 186 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32) 196 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 198 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32) [all …]
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_sock.h | 68 #define HCIDEVUP _IOW('H', 201, int) 69 #define HCIDEVDOWN _IOW('H', 202, int) 70 #define HCIDEVRESET _IOW('H', 203, int) 71 #define HCIDEVRESTAT _IOW('H', 204, int) 79 #define HCISETRAW _IOW('H', 220, int) 80 #define HCISETSCAN _IOW('H', 221, int) 81 #define HCISETAUTH _IOW('H', 222, int) 82 #define HCISETENCRYPT _IOW('H', 223, int) 83 #define HCISETPTYPE _IOW('H', 224, int) 84 #define HCISETLINKPOL _IOW('H', 225, int) [all …]
|
/openbmc/u-boot/include/mtd/ |
H A D | ubi-user.h | 152 #define UBI_IOCMKVOL _IOW(UBI_IOC_MAGIC, 0, struct ubi_mkvol_req) 154 #define UBI_IOCRMVOL _IOW(UBI_IOC_MAGIC, 1, __s32) 156 #define UBI_IOCRSVOL _IOW(UBI_IOC_MAGIC, 2, struct ubi_rsvol_req) 158 #define UBI_IOCRNVOL _IOW(UBI_IOC_MAGIC, 3, struct ubi_rnvol_req) 165 #define UBI_IOCATT _IOW(UBI_CTRL_IOC_MAGIC, 64, struct ubi_attach_req) 167 #define UBI_IOCDET _IOW(UBI_CTRL_IOC_MAGIC, 65, __s32) 177 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64) 179 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32) 181 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32) 183 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req) [all …]
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 10 #define TCSETS _IOW('T', 17, struct termios) /* TCSETATTR */ 11 #define TCSETSW _IOW('T', 18, struct termios) /* TCSETATTRD */ 12 #define TCSETSF _IOW('T', 19, struct termios) /* TCSETATTRF */ 14 #define TCSETA _IOW('T', 2, struct termio) 15 #define TCSETAW _IOW('T', 3, struct termio) 16 #define TCSETAF _IOW('T', 4, struct termio) 24 #define TIOCSPGRP _IOW('T', 29, int) 51 #define TCSETS2 _IOW('T',0x2B, struct termios2) 52 #define TCSETSW2 _IOW('T',0x2C, struct termios2) 53 #define TCSETSF2 _IOW('T',0x2D, struct termios2) [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | fbio.h | 69 #define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap) 70 #define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap) 72 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap) 73 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap) 94 #define FBIOSATTR _IOW('F', 5, struct fbgattr) /* Unsupported: */ 97 #define FBIOSVIDEO _IOW('F', 7, int) 112 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) 116 #define FBIOSCURPOS _IOW('F', 26, struct fbcurpos) 117 #define FBIOGCURPOS _IOW('F', 27, struct fbcurpos) 145 #define FBIO_WID_FREE _IOW('F', 31, struct fb_wid_alloc) [all …]
|
/openbmc/linux/include/linux/ |
H A D | falloc.h | 22 #define FS_IOC_RESVSP _IOW('X', 40, struct space_resv) 23 #define FS_IOC_UNRESVSP _IOW('X', 41, struct space_resv) 24 #define FS_IOC_RESVSP64 _IOW('X', 42, struct space_resv) 25 #define FS_IOC_UNRESVSP64 _IOW('X', 43, struct space_resv) 26 #define FS_IOC_ZERO_RANGE _IOW('X', 57, struct space_resv) 48 #define FS_IOC_RESVSP_32 _IOW ('X', 40, struct space_resv_32) 49 #define FS_IOC_UNRESVSP_32 _IOW ('X', 41, struct space_resv_32) 50 #define FS_IOC_RESVSP64_32 _IOW ('X', 42, struct space_resv_32) 51 #define FS_IOC_UNRESVSP64_32 _IOW ('X', 43, struct space_resv_32) 52 #define FS_IOC_ZERO_RANGE_32 _IOW ('X', 57, struct space_resv_32)
|