Home
last modified time | relevance | path

Searched refs:last_eb_bytes (Results 1 – 9 of 9) sorted by relevance

/drivers/mtd/ubi/
A Dvmt.c255 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()
A Dupd.c98 &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()
A Dmisc.c70 size = vol->last_eb_bytes; in ubi_check_volume()
A Dubi-media.h493 __be32 last_eb_bytes; member
A Dvtbl.c588 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;
A Dubi.h331 int last_eb_bytes; member
333 u32 last_eb_bytes; member
A Dfastmap.c189 int last_eb_bytes) in add_vol() argument
213 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()
A Ddebug.c112 printf("\tlast_eb_bytes %d\n", vol->last_eb_bytes); in ubi_dump_vol_info()
A Dkapi.c392 offset + len > vol->last_eb_bytes) in leb_read_sanity_check()

Completed in 34 milliseconds