Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
315 struct ubi_volume { struct316 struct device dev;317 struct cdev cdev;318 struct ubi_device *ubi;319 int vol_id;320 int ref_count;321 int readers;322 int writers;323 int exclusive;324 int metaonly;[all …]