Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
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()
534 vol->last_eb_bytes = vol->usable_leb_size; in ubi_resize_volume()
750 if (vol->last_eb_bytes != vol->usable_leb_size) { in self_check_volume()
763 if (vol->last_eb_bytes < 0 || in self_check_volume()
764 vol->last_eb_bytes > vol->usable_leb_size) { in self_check_volume()
Dupd.c103 &vol->last_eb_bytes); in clear_update_marker()
104 if (vol->last_eb_bytes) in clear_update_marker()
107 vol->last_eb_bytes = vol->usable_leb_size; in clear_update_marker()
Dmisc.c80 size = vol->last_eb_bytes; in ubi_check_volume()
Dvtbl.c584 vol->last_eb_bytes = vol->usable_leb_size; in init_volumes()
619 vol->last_eb_bytes = av->last_data_size; in init_volumes()
634 vol->last_eb_bytes = vol->reserved_pebs; in init_volumes()
Dubi-media.h496 __be32 last_eb_bytes; member
Dfastmap.c184 int last_eb_bytes) in add_vol() argument
208 av->last_data_size = last_eb_bytes; in add_vol()
751 be32_to_cpu(fmvhdr->last_eb_bytes)); in ubi_attach_fastmap()
1293 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes); in ubi_write_fastmap()
Ddebug.c119 pr_err("\tlast_eb_bytes %d\n", vol->last_eb_bytes); in ubi_dump_vol_info()
Dubi.h330 int last_eb_bytes; member
Dkapi.c395 offset + len > vol->last_eb_bytes) in leb_read_sanity_check()