Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
303 struct ubi_volume { struct304 struct device dev;305 struct cdev cdev;306 struct ubi_device *ubi;307 int vol_id;308 int ref_count;309 int readers;310 int writers;311 int exclusive;313 int reserved_pebs;[all …]