Home
last modified time | relevance | path

Searched refs:UBI_MAX_RNVOL (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/mtd/
H A Dubi-user.h200 #define UBI_MAX_RNVOL 32 macro
371 } ents[UBI_MAX_RNVOL];
/openbmc/linux/include/uapi/mtd/
H A Dubi-user.h219 #define UBI_MAX_RNVOL 32 macro
410 } ents[UBI_MAX_RNVOL];
/openbmc/linux/drivers/mtd/ubi/
H A Dcdev.c686 if (req->count < 0 || req->count > UBI_MAX_RNVOL) in rename_volumes()