Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dvmt.c273 vol->last_eb_bytes = vol->usable_leb_size; in ubi_create_volume()
279 &vol->last_eb_bytes); in ubi_create_volume()
280 if (vol->last_eb_bytes != 0) in ubi_create_volume()
283 vol->last_eb_bytes = vol->usable_leb_size; in ubi_create_volume()
545 vol->last_eb_bytes = vol->usable_leb_size; in ubi_resize_volume()
768 if (vol->last_eb_bytes != vol->usable_leb_size) { in self_check_volume()
786 if (vol->last_eb_bytes < 0 || in self_check_volume()
787 vol->last_eb_bytes > vol->usable_leb_size) { in self_check_volume()
H A Dupd.c90 &vol->last_eb_bytes); in clear_update_marker()
91 if (vol->last_eb_bytes) in clear_update_marker()
94 vol->last_eb_bytes = vol->usable_leb_size; in clear_update_marker()
H A Dvtbl.c587 vol->last_eb_bytes = vol->usable_leb_size; in init_volumes()
622 vol->last_eb_bytes = av->last_data_size; in init_volumes()
637 vol->last_eb_bytes = vol->reserved_pebs; in init_volumes()
H A Dmisc.c67 size = vol->last_eb_bytes; in ubi_check_volume()
H A Dubi-media.h486 __be32 last_eb_bytes; member
H A Dfastmap.c177 int last_eb_bytes) in add_vol() argument
186 av->last_data_size = last_eb_bytes; in add_vol()
708 be32_to_cpu(fmvhdr->last_eb_bytes)); in ubi_attach_fastmap()
1308 fvh->last_eb_bytes = cpu_to_be32(vol->last_eb_bytes); in ubi_write_fastmap()
H A Dkapi.c406 offset + len > vol->last_eb_bytes) in leb_read_sanity_check()
H A Ddebug.c137 pr_err("\tlast_eb_bytes %d\n", vol->last_eb_bytes); in ubi_dump_vol_info()