Lines Matching refs:ret
232 int ret, attempts = 0;245 ret = ubi_update_fastmap(ubi);246 if (ret) {247 ubi_msg(ubi, "Unable to write a new fastmap: %i", ret);260 ret = -ENOSPC;264 ret = produce_free_peb(ubi);265 if (ret < 0) {273 ret = pool->pebs[pool->used++];274 prot_queue_add(ubi, ubi->lookuptbl[ret]);277 return ret;