Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/mtd/ubi/
Dubi.h330 struct ubi_volume { struct
331 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 …]