Lines Matching full:mapped
508 * re-mapped to another physical eraseblock, the data is recovered, and the
643 * example, if several logical eraseblocks are un-mapped, and an unclean reboot
645 * un-mapped again when this MTD device is attached. They may actually be
646 * mapped to the same physical eraseblocks again. So, this function has to be
651 * eraseblock as "un-mapped" in RAM. If UBI is detached before the physical
652 * eraseblock is physically erased, it will be mapped again to the same logical
660 * unclean reboot happens after the logical eraseblock has been un-mapped and
692 * This function maps an un-mapped logical eraseblock @lnum to a physical
695 * bytes) and be mapped to a physical eraseblock, even if an unclean reboot
700 * eraseblock is already mapped, and other negative error codes in case of
727 * ubi_is_mapped - check if logical eraseblock is mapped.
731 * This function checks if logical eraseblock @lnum is mapped to a physical
732 * eraseblock. If a logical eraseblock is un-mapped, this does not necessarily
733 * mean it will still be un-mapped after the UBI device is re-attached. The
734 * logical eraseblock may become mapped to the physical eraseblock it was last
735 * mapped to.
737 * This function returns %1 if the LEB is mapped, %0 if not, and a negative