Searched refs:UBI_IO_RETRIES (Results 1 – 3 of 3) sorted by relevance
632 if (++tries > UBI_IO_RETRIES) { in recover_peb()753 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb()875 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb_st()1002 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_atomic_leb_change()
179 if (retries++ < UBI_IO_RETRIES) { in ubi_io_read()351 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()370 if (retries++ < UBI_IO_RETRIES) { in do_sync_erase()
71 #define UBI_IO_RETRIES 3 macro