Home
last modified time | relevance | path

Searched defs:ubi_volume (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/ubi/
H A Dubi.h338 struct ubi_volume { struct
339 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 …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h311 struct ubi_volume { struct
312 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 …]
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c141 char *storage_interface, *dev_part, *ubi_mtdpart, *ubi_volume; in fw_get_filesystem_firmware() local