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