Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/mtd/
Dubi-user.h190 #define UBI_VOL_IOC_MAGIC 'O' macro
196 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
198 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32)
200 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32)
202 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req)
204 #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, __s32)
206 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
208 #define UBI_IOCSETVOLPROP _IOW(UBI_VOL_IOC_MAGIC, 6, \
211 #define UBI_IOCVOLCRBLK _IOW(UBI_VOL_IOC_MAGIC, 7, struct ubi_blkcreate_req)
213 #define UBI_IOCVOLRMBLK _IO(UBI_VOL_IOC_MAGIC, 8)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
Dubi-user.h20 #define UBI_VOL_IOC_MAGIC 'O' macro
21 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
22 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32)
23 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32)
24 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req)
25 #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, __s32)
26 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
27 #define UBI_IOCSETVOLPROP _IOW(UBI_VOL_IOC_MAGIC, 6, \
29 #define UBI_IOCVOLCRBLK _IOW(UBI_VOL_IOC_MAGIC, 7, struct ubi_blkcreate_req)
30 #define UBI_IOCVOLRMBLK _IO(UBI_VOL_IOC_MAGIC, 8)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
Dubi-user.h35 #define UBI_VOL_IOC_MAGIC 'O' macro
36 #define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
37 #define UBI_IOCEBER _IOW(UBI_VOL_IOC_MAGIC, 1, __s32)
38 #define UBI_IOCEBCH _IOW(UBI_VOL_IOC_MAGIC, 2, __s32)
39 #define UBI_IOCEBMAP _IOW(UBI_VOL_IOC_MAGIC, 3, struct ubi_map_req)
40 #define UBI_IOCEBUNMAP _IOW(UBI_VOL_IOC_MAGIC, 4, __s32)
41 #define UBI_IOCEBISMAP _IOR(UBI_VOL_IOC_MAGIC, 5, __s32)
42 #define UBI_IOCSETVOLPROP _IOW(UBI_VOL_IOC_MAGIC, 6, struct ubi_set_vol_prop_req)
43 #define UBI_IOCVOLCRBLK _IOW(UBI_VOL_IOC_MAGIC, 7, struct ubi_blkcreate_req)
44 #define UBI_IOCVOLRMBLK _IO(UBI_VOL_IOC_MAGIC, 8)