Lines Matching defs:ubi_volume
250 struct ubi_volume { struct
251 struct device dev;
252 struct cdev cdev;
253 struct ubi_device *ubi;
254 int vol_id;
255 int ref_count;
256 int readers;
257 int writers;
258 int exclusive;
260 int reserved_pebs;
261 int vol_type;
262 int usable_leb_size;
263 int used_ebs;
264 int last_eb_bytes;
288 * struct ubi_volume_desc - UBI volume descriptor returned when it is opened. argument
293 struct ubi_volume *vol; argument