Searched refs:UBI_NO_FASTMAP (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi.h140 * UBI_NO_FASTMAP: No fastmap super block was found
144 UBI_NO_FASTMAP = 1, enumerator in enum:__anon177
H A Dattach.c1484 * UBI_NO_FASTMAP denotes that no fastmap was found.
1519 err = UBI_NO_FASTMAP;
1576 if (err != UBI_NO_FASTMAP) {
H A Dfastmap.c856 * Returns 0 on success, UBI_NO_FASTMAP if no fastmap was found,
876 return UBI_NO_FASTMAP;

Completed in 117 milliseconds