Searched refs:avail_pebs (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | misc.c | 98 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 101 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 102 ubi->avail_pebs -= need; in ubi_update_reserved()
|
| H A D | vmt.c | 211 if (vol->reserved_pebs > ubi->avail_pebs) { in ubi_create_volume() 213 ubi->avail_pebs); in ubi_create_volume() 220 ubi->avail_pebs -= vol->reserved_pebs; in ubi_create_volume() 334 ubi->avail_pebs += vol->reserved_pebs; in ubi_create_volume() 397 ubi->avail_pebs += reserved_pebs; in ubi_remove_volume() 470 if (pebs > ubi->avail_pebs) { in ubi_resize_volume() 472 pebs, ubi->avail_pebs); in ubi_resize_volume() 480 ubi->avail_pebs -= pebs; in ubi_resize_volume() 504 ubi->avail_pebs -= pebs; in ubi_resize_volume() 529 ubi->avail_pebs += pebs; in ubi_resize_volume()
|
| H A D | vtbl.c | 644 if (reserved_pebs > ubi->avail_pebs) { 646 reserved_pebs, ubi->avail_pebs); 652 ubi->avail_pebs -= reserved_pebs; 823 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count;
|
| H A D | eba.c | 1435 if (ubi->avail_pebs < EBA_RESERVED_PEBS) { in ubi_eba_init() 1437 ubi->avail_pebs, EBA_RESERVED_PEBS); in ubi_eba_init() 1444 ubi->avail_pebs -= EBA_RESERVED_PEBS; in ubi_eba_init() 1450 if (ubi->avail_pebs < ubi->beb_rsvd_level) { in ubi_eba_init() 1452 ubi->beb_rsvd_pebs = ubi->avail_pebs; in ubi_eba_init() 1457 ubi->avail_pebs -= ubi->beb_rsvd_pebs; in ubi_eba_init()
|
| H A D | wl.c | 1135 if (ubi->avail_pebs == 0) { 1140 ubi->avail_pebs -= 1; 1157 ubi->avail_pebs += 1; 1179 ubi->avail_pebs += 1; 1635 if (ubi->avail_pebs < reserved_pebs) { 1637 ubi->avail_pebs, reserved_pebs); 1643 ubi->avail_pebs -= reserved_pebs;
|
| H A D | build.c | 395 ret = sprintf(buf, "%d\n", ubi->avail_pebs); in dev_attribute_show() 835 if (ubi->avail_pebs == 0) { in autoresize() 850 old_reserved_pebs + ubi->avail_pebs); in autoresize() 1052 ubi->avail_pebs, ubi->rsvd_pebs, ubi->beb_rsvd_pebs); in ubi_attach_mtd_dev()
|
| H A D | ubi.h | 542 int avail_pebs; member
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | ubi.c | 83 ubi_msg("available PEBs: %d", ubi->avail_pebs); in display_ubi_info() 244 ubi->avail_pebs += reserved_pebs; in ubi_remove_vol() 247 i = ubi->avail_pebs >= i ? i : ubi->avail_pebs; in ubi_remove_vol() 248 ubi->avail_pebs -= i; in ubi_remove_vol() 609 size = (int64_t)ubi->avail_pebs * ubi->leb_size; in do_ubi()
|