Searched defs:ubi_volume (Results 1 – 1 of 1) 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 …]