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];
344 struct ubi_mkvol_req { struct345 __s32 vol_id;346 __s32 alignment;347 __s64 bytes;348 __s8 vol_type;349 __u8 flags;350 __s16 name_len;351 __s8 padding2[4];352 char name[UBI_MAX_VOLUME_NAME + 1];