Searched defs:ubi_mkvol_req (Results 1 – 2 of 2) sorted by relevance
305 struct ubi_mkvol_req { struct306 __s32 vol_id;307 __s32 alignment;308 __s64 bytes;309 __s8 vol_type;310 __s8 padding1;311 __s16 name_len;312 __s8 padding2[4];313 char name[UBI_MAX_VOLUME_NAME + 1];
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];