Searched refs:avail_pebs (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | misc.c | 96 if (need <= 0 || ubi->avail_pebs == 0) in ubi_update_reserved() 99 need = min_t(int, need, ubi->avail_pebs); in ubi_update_reserved() 100 ubi->avail_pebs -= need; in ubi_update_reserved()
|
D | vmt.c | 231 if (vol->reserved_pebs > ubi->avail_pebs) { in ubi_create_volume() 233 ubi->avail_pebs); in ubi_create_volume() 240 ubi->avail_pebs -= vol->reserved_pebs; in ubi_create_volume() 341 ubi->avail_pebs += vol->reserved_pebs; in ubi_create_volume() 414 ubi->avail_pebs += reserved_pebs; in ubi_remove_volume() 486 if (pebs > ubi->avail_pebs) { in ubi_resize_volume() 488 pebs, ubi->avail_pebs); in ubi_resize_volume() 497 ubi->avail_pebs -= pebs; in ubi_resize_volume() 514 ubi->avail_pebs -= pebs; in ubi_resize_volume() 558 ubi->avail_pebs += pebs; in ubi_resize_volume()
|
D | vtbl.c | 652 if (reserved_pebs > ubi->avail_pebs) { in init_volumes() 654 reserved_pebs, ubi->avail_pebs); in init_volumes() 661 ubi->avail_pebs -= reserved_pebs; in init_volumes() 838 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count; in ubi_read_volume_table()
|
D | eba.c | 1678 if (ubi->avail_pebs < EBA_RESERVED_PEBS) { in ubi_eba_init() 1680 ubi->avail_pebs, EBA_RESERVED_PEBS); in ubi_eba_init() 1687 ubi->avail_pebs -= EBA_RESERVED_PEBS; in ubi_eba_init() 1693 if (ubi->avail_pebs < ubi->beb_rsvd_level) { in ubi_eba_init() 1695 ubi->beb_rsvd_pebs = ubi->avail_pebs; in ubi_eba_init() 1700 ubi->avail_pebs -= ubi->beb_rsvd_pebs; in ubi_eba_init()
|
D | wl.c | 1177 if (ubi->avail_pebs == 0) { 1182 ubi->avail_pebs -= 1; 1199 ubi->avail_pebs += 1; 1221 ubi->avail_pebs += 1; 1925 if (ubi->avail_pebs < reserved_pebs) { 1927 ubi->avail_pebs, reserved_pebs); 1934 ubi->avail_pebs -= reserved_pebs;
|
D | build.c | 365 ret = sprintf(buf, "%d\n", ubi->avail_pebs); in dev_attribute_show() 798 if (ubi->avail_pebs == 0) { in autoresize() 813 old_reserved_pebs + ubi->avail_pebs); in autoresize() 1050 ubi->avail_pebs, ubi->rsvd_pebs, ubi->beb_rsvd_pebs); in ubi_attach_mtd_dev()
|
D | ubi.h | 568 int avail_pebs; member
|