Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
250 struct ubi_volume { struct251 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;[all …]