Lines Matching defs:ubi_volume
351 struct ubi_volume { struct
352 struct device dev;
353 struct cdev cdev;
354 struct ubi_device *ubi;
355 int vol_id;
356 int ref_count;
357 int readers;
358 int writers;
359 int exclusive;
360 int metaonly;
362 int reserved_pebs;
363 int vol_type;
364 int usable_leb_size;
365 int used_ebs;
366 int last_eb_bytes;
367 long long used_bytes;
368 int alignment;
369 int data_pad;
370 int name_len;
394 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
400 struct ubi_volume *vol; argument