Lines Matching defs:ubi_volume
338 struct ubi_volume { struct
339 struct device dev;
340 struct cdev cdev;
341 struct ubi_device *ubi;
342 int vol_id;
343 int ref_count;
344 int readers;
345 int writers;
346 int exclusive;
347 int metaonly;
349 int reserved_pebs;
350 int vol_type;
351 int usable_leb_size;
352 int used_ebs;
353 int last_eb_bytes;
354 long long used_bytes;
355 int alignment;
356 int data_pad;
357 int name_len;
381 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
387 struct ubi_volume *vol; argument