Searched defs:ubi_volume (Results 1 – 3 of 3) sorted by relevance
338 struct ubi_volume { struct339 struct device dev;340 struct cdev cdev;341 struct ubi_device *ubi;342 int vol_id;343 int ref_count;344 int readers;345 int writers;346 int exclusive;347 int metaonly;[all …]
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 …]
141 char *storage_interface, *dev_part, *ubi_mtdpart, *ubi_volume; in fw_get_filesystem_firmware() local