Lines Matching defs:ubi_volume
312 struct ubi_volume { struct
313 struct device dev;
314 struct cdev cdev;
315 struct ubi_device *ubi;
316 int vol_id;
317 int ref_count;
318 int readers;
319 int writers;
320 int exclusive;
321 int metaonly;
323 int reserved_pebs;
324 int vol_type;
325 int usable_leb_size;
326 int used_ebs;
328 int last_eb_bytes;
330 u32 last_eb_bytes;
354 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
360 struct ubi_volume *vol; argument