Searched refs:last_eb_bytes (Results 1 – 9 of 9) 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;
331 int last_eb_bytes; member333 u32 last_eb_bytes; member
189 int last_eb_bytes) in add_vol() argument213 av->last_data_size = last_eb_bytes; in add_vol()757 be32_to_cpu(fmvhdr->last_eb_bytes)); in ubi_attach_fastmap()1275 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes); in ubi_write_fastmap()
112 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()
Completed in 34 milliseconds