Searched defs:ubi_mkvol_req (Results 1 – 4 of 4) sorted by relevance
333 struct ubi_mkvol_req { struct334 __s32 vol_id;335 __s32 alignment;336 __s64 bytes;337 __s8 vol_type;338 __u8 flags;339 __s16 name_len;340 __s8 padding2[4];341 char name[UBI_MAX_VOLUME_NAME + 1];
306 struct ubi_mkvol_req { struct307 __s32 vol_id;308 __s32 alignment;309 __s64 bytes;310 __s8 vol_type;311 __s8 padding1;312 __s16 name_len;313 __s8 padding2[4];314 char name[UBI_MAX_VOLUME_NAME + 1];
338 struct ubi_mkvol_req { struct339 __s32 vol_id;340 __s32 alignment;341 __s64 bytes;342 __s8 vol_type;343 __u8 flags;344 __s16 name_len;345 __s8 padding2[4];346 char name[UBI_MAX_VOLUME_NAME + 1];