Searched refs:ubi_wl_put_peb (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mtd/ubi/
H A Deba.c346 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 0); ubi_eba_unmap_leb()
636 ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); recover_peb()
644 ubi_wl_put_peb(ubi, vol_id, lnum, new_pnum, 1); recover_peb()
654 ubi_wl_put_peb(ubi, vol_id, lnum, new_pnum, 1); recover_peb()
775 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); ubi_eba_write_leb()
897 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); ubi_eba_write_leb_st()
1001 err = ubi_wl_put_peb(ubi, vol_id, lnum, old_pnum, 0); ubi_eba_atomic_leb_change()
1024 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); ubi_eba_atomic_leb_change()
1101 * be locked in 'ubi_wl_put_peb()' and wait for the WL worker to finish. ubi_eba_copy_leb()
1119 * 'ubi_wl_put_peb()' function on the @ubi->move_mutex. In turn, we are ubi_eba_copy_leb()
H A Dfastmap-wl.c284 * see: ubi_wl_put_peb()
H A Dwl.c29 * eraseblocks are those that were put by the 'ubi_wl_put_peb()' function.
35 * 'ubi_wl_put_peb()' function, they are scheduled for erasure. The erasure is
753 * 'ubi_wl_put_peb()' would wait for moving to be finished if the PEB
1154 * ubi_wl_put_peb - return a PEB to the wear-leveling sub-system.
1166 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum, ubi_wl_put_peb() function
H A Dubi.h851 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum,

Completed in 129 milliseconds