Searched refs:UBI_BAD_FASTMAP (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dfastmap.c354 return UBI_BAD_FASTMAP;
397 * Returns 0 on success, if the pool is unusable UBI_BAD_FASTMAP is returned.
436 ret = UBI_BAD_FASTMAP;
444 ret = err > 0 ? UBI_BAD_FASTMAP : err;
458 ret = UBI_BAD_FASTMAP;
497 ret = err > 0 ? UBI_BAD_FASTMAP : err;
503 ret = err > 0 ? UBI_BAD_FASTMAP : err;
545 * Returns 0 on success, UBI_BAD_FASTMAP if the found fastmap was unusable.
797 ret = UBI_BAD_FASTMAP;
857 * UBI_BAD_FASTMAP i
[all...]
H A Dubi.h141 * UBI_BAD_FASTMAP: A fastmap was found but it's unusable
145 UBI_BAD_FASTMAP, enumerator in enum:__anon177

Completed in 142 milliseconds