Searched refs:last_eb_bytes (Results 1 – 10 of 10) sorted by relevance
255 vol->last_eb_bytes = vol->usable_leb_size; in ubi_create_volume()261 &vol->last_eb_bytes); in ubi_create_volume()262 if (vol->last_eb_bytes != 0) in ubi_create_volume()265 vol->last_eb_bytes = vol->usable_leb_size; in ubi_create_volume()524 vol->last_eb_bytes = vol->usable_leb_size; in ubi_resize_volume()742 if (vol->last_eb_bytes != vol->usable_leb_size) { in self_check_volume()760 if (vol->last_eb_bytes < 0 || in self_check_volume()761 vol->last_eb_bytes > vol->usable_leb_size) { in self_check_volume()
98 &vol->last_eb_bytes); in clear_update_marker()99 if (vol->last_eb_bytes) in clear_update_marker()102 vol->last_eb_bytes = vol->usable_leb_size; in clear_update_marker()
70 size = vol->last_eb_bytes; in ubi_check_volume()
493 __be32 last_eb_bytes; member
588 vol->last_eb_bytes = vol->usable_leb_size;623 vol->last_eb_bytes = av->last_data_size;638 vol->last_eb_bytes = vol->reserved_pebs;
330 int last_eb_bytes; member332 u32 last_eb_bytes; member
190 int last_eb_bytes) in add_vol() argument214 av->last_data_size = last_eb_bytes; in add_vol()761 be32_to_cpu(fmvhdr->last_eb_bytes)); in ubi_attach_fastmap()1280 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes); in ubi_write_fastmap()
111 printf("\tlast_eb_bytes %d\n", vol->last_eb_bytes); in ubi_dump_vol_info()
392 offset + len > vol->last_eb_bytes) in leb_read_sanity_check()
101 UBI: last_eb_bytes 262016116 UBI: last_eb_bytes 2
Completed in 25 milliseconds