Lines Matching defs:ubi_volume
330 struct ubi_volume { struct
331 struct device dev;
332 struct cdev cdev;
333 struct ubi_device *ubi;
334 int vol_id;
335 int ref_count;
336 int readers;
337 int writers;
338 int exclusive;
339 int metaonly;
341 int reserved_pebs;
342 int vol_type;
343 int usable_leb_size;
344 int used_ebs;
345 int last_eb_bytes;
346 long long used_bytes;
347 int alignment;
348 int data_pad;
349 int name_len;
373 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
379 struct ubi_volume *vol; argument