Searched refs:UBI_IO_FF (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dio.c489 err != UBI_IO_FF){
500 err != UBI_IO_FF){
703 * o %UBI_IO_FF if only 0xFF bytes were read (the PEB is supposedly empty)
749 return UBI_IO_FF;
808 return UBI_IO_FF;
1038 return UBI_IO_FF;
1087 return UBI_IO_FF;
H A Dubi.h91 * UBI_IO_FF: the read region of flash contains only 0xFFs
92 * UBI_IO_FF_BITFLIPS: the same as %UBI_IO_FF, but also there was a data
106 UBI_IO_FF = 1, enumerator in enum:__anon175
H A Dattach.c970 case UBI_IO_FF:
1117 case UBI_IO_FF:
H A Deba.c516 case UBI_IO_FF:
H A Dwl.c790 if (err == UBI_IO_FF) {
806 * The same situation as %UBI_IO_FF, but bit-flips were
H A Dfastmap.c463 if (err == UBI_IO_FF || err == UBI_IO_FF_BITFLIPS) {

Completed in 119 milliseconds