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;
340 bool is_dead;
342 int reserved_pebs;
343 int vol_type;
344 int usable_leb_size;
345 int used_ebs;
346 int last_eb_bytes;
347 long long used_bytes;
348 int alignment;
349 int data_pad;
350 int name_len;
374 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
380 struct ubi_volume *vol; argument