Searched refs:bad_allowed (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Deba.c1041 if (err == -EIO && ubi->bad_allowed)
1070 if (err != -EIO || !ubi->bad_allowed)
1159 if (err != -EIO || !ubi->bad_allowed)
1243 if (err != -EIO || !ubi->bad_allowed)
1689 if (ubi->bad_allowed) {
H A Dio.c590 if (ubi->bad_allowed) {
625 if (!ubi->bad_allowed)
H A Dubi.h543 * @bad_allowed: whether the MTD device admits bad physical eraseblocks or not
646 unsigned int bad_allowed:1; member in struct:ubi_device
H A Dbuild.c632 ubi->bad_allowed = 1;
H A Dwl.c1170 if (!ubi->bad_allowed) {

Completed in 110 milliseconds