Searched defs:ubi_volume (Results 1 – 1 of 1) sorted by relevance
330 struct ubi_volume { struct331 struct device dev;332 struct cdev cdev;333 struct ubi_device *ubi;334 int vol_id;335 int ref_count;336 int readers;337 int writers;338 int exclusive;339 int metaonly;[all …]