Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
311 struct ubi_volume { struct312 struct device dev;313 struct cdev cdev;314 struct ubi_device *ubi;315 int vol_id;316 int ref_count;317 int readers;318 int writers;319 int exclusive;320 int metaonly;[all …]