Lines Matching defs:ubi_volume
315 struct ubi_volume { struct
316 struct device dev;
317 struct cdev cdev;
318 struct ubi_device *ubi;
319 int vol_id;
320 int ref_count;
321 int readers;
322 int writers;
323 int exclusive;
324 int metaonly;
326 int reserved_pebs;
327 int vol_type;
328 int usable_leb_size;
329 int used_ebs;
353 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
359 struct ubi_volume *vol; argument