Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
351 struct ubi_volume { struct352 struct device dev;353 struct cdev cdev;354 struct ubi_device *ubi;355 int vol_id;356 int ref_count;357 int readers;358 int writers;359 int exclusive;360 int metaonly;[all …]