Searched refs:ubi_wl_put_peb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | eba.c | 473 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 0); in ubi_eba_unmap_leb() 535 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping() 873 ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); in try_recover_peb() 880 ubi_wl_put_peb(ubi, vol_id, lnum, new_pnum, 1); in try_recover_peb() 986 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); in try_write_vid_and_data() 992 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data() 1339 * be locked in 'ubi_wl_put_peb()' and wait for the WL worker to finish. in ubi_eba_copy_leb() 1357 * 'ubi_wl_put_peb()' function on the @ubi->move_mutex. In turn, we are in ubi_eba_copy_leb()
|
H A D | ubi.h | 908 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum,
|
H A D | wl.c | 16 * eraseblocks are those that were put by the 'ubi_wl_put_peb()' function. 22 * 'ubi_wl_put_peb()' function, they are scheduled for erasure. The erasure is 767 * 'ubi_wl_put_peb()' would wait for moving to be finished if the PEB 1226 * ubi_wl_put_peb - return a PEB to the wear-leveling sub-system. 1238 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum, function 1258 * ubi_wl_put_peb) will set ubi ro_mode at the same time,
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | eba.c | 472 err = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 0); in ubi_eba_unmap_leb() 534 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping() 872 ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); in try_recover_peb() 879 ubi_wl_put_peb(ubi, vol_id, lnum, new_pnum, 1); in try_recover_peb() 985 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, pnum, 1); in try_write_vid_and_data() 991 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data() 1338 * be locked in 'ubi_wl_put_peb()' and wait for the WL worker to finish. in ubi_eba_copy_leb() 1356 * 'ubi_wl_put_peb()' function on the @ubi->move_mutex. In turn, we are in ubi_eba_copy_leb()
|
H A D | ubi.h | 906 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum,
|
H A D | wl.c | 16 * eraseblocks are those that were put by the 'ubi_wl_put_peb()' function. 22 * 'ubi_wl_put_peb()' function, they are scheduled for erasure. The erasure is 771 * 'ubi_wl_put_peb()' would wait for moving to be finished if the PEB 1236 * ubi_wl_put_peb - return a PEB to the wear-leveling sub-system. 1248 int ubi_wl_put_peb(struct ubi_device *ubi, int vol_id, int lnum, 1268 * ubi_wl_put_peb) will set ubi ro_mode at the same time,
|
Completed in 14 milliseconds