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