Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/ubi/
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 …]