Lines Matching full:newer
419 * ubi_compare_lebs - find out which logical eraseblock is newer.
426 * This function compares 2 copies of a LEB and informs which one is newer. In
430 * o bit 0 is cleared: the first PEB (described by @aeb) is newer than the
432 * o bit 0 is set: the second PEB is newer;
433 * o bit 1 is cleared: no bit-flips were detected in the newer LEB;
434 * o bit 1 is set: bit-flips were detected in the newer LEB;
463 * Now we know which copy is newer. If the copy flag of the PEB with in ubi_compare_lebs()
464 * newer version is not set, then we just return, otherwise we have to in ubi_compare_lebs()
473 /* It is not a copy, so it is newer */ in ubi_compare_lebs()
474 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
480 /* It is not a copy, so it is newer */ in ubi_compare_lebs()
481 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
534 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
536 dbg_bld("first PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
559 * eraseblock belonging to the same logical eraseblock, and the newer one has
634 * Now we have to drop the older one and preserve the newer in ubi_add_to_av()
643 * This logical eraseblock is newer than the one in ubi_add_to_av()