Searched defs:ubi_volume (Results 1 – 2 of 2) sorted by relevance
338 struct ubi_volume { struct339 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;[all …]
312 struct ubi_volume { struct313 struct device dev;314 struct cdev cdev;315 struct ubi_device *ubi;316 int vol_id;317 int ref_count;318 int readers;319 int writers;320 int exclusive;321 int metaonly;[all …]