Searched refs:vtbl (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/mtd/ubi/ |
| A D | vtbl.c | 182 vol_type = vtbl[i].vol_type; 184 name = &vtbl[i].name[0]; 268 !strncmp(vtbl[i].name, vtbl[n].name, len1)) { 270 !strncmp((char *)vtbl[i].name, vtbl[n].name, len1)) { 273 i, n, vtbl[i].name); 502 if (!vtbl) 513 vfree(vtbl); 518 return vtbl; 810 if (IS_ERR(ubi->vtbl)) 825 if (IS_ERR(ubi->vtbl)) [all …]
|
| A D | Makefile | 6 obj-y += attach.o build.o vtbl.o vmt.o upd.o kapi.o eba.o io.o wl.o crc32.o
|
| A D | vmt.c | 498 vtbl_rec = ubi->vtbl[vol_id]; in ubi_resize_volume() 664 reserved_pebs = be32_to_cpu(ubi->vtbl[vol_id].reserved_pebs); in self_check_volume() 772 alignment = be32_to_cpu(ubi->vtbl[vol_id].alignment); in self_check_volume() 773 data_pad = be32_to_cpu(ubi->vtbl[vol_id].data_pad); in self_check_volume() 774 name_len = be16_to_cpu(ubi->vtbl[vol_id].name_len); in self_check_volume() 775 upd_marker = ubi->vtbl[vol_id].upd_marker; in self_check_volume() 776 name = &ubi->vtbl[vol_id].name[0]; in self_check_volume() 777 if (ubi->vtbl[vol_id].vol_type == UBI_VID_DYNAMIC) in self_check_volume() 796 ubi_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id); in self_check_volume()
|
| A D | upd.c | 57 ubi_assert(ubi->vtbl[vol->vol_id].upd_marker); in set_update_marker() 62 vtbl_rec = ubi->vtbl[vol->vol_id]; in set_update_marker() 90 vtbl_rec = ubi->vtbl[vol->vol_id]; in clear_update_marker()
|
| A D | build.c | 834 ubi->vtbl[vol_id].flags &= ~UBI_VTBL_AUTORESIZE_FLG; in autoresize() 843 vtbl_rec = ubi->vtbl[vol_id]; in autoresize() 1082 vfree(ubi->vtbl); in ubi_attach_mtd_dev() 1161 vfree(ubi->vtbl); in ubi_detach_mtd_dev()
|
| A D | ubi.h | 553 struct ubi_vtbl_record *vtbl; member
|
| A D | attach.c | 1489 vfree(ubi->vtbl); in ubi_attach()
|
| /u-boot/drivers/mtd/ubispl/ |
| A D | ubispl.c | 99 struct ubi_vtbl_record *vtbl) in vtbl_check() argument 110 upd_marker = vtbl[i].upd_marker; in vtbl_check() 111 vol_type = vtbl[i].vol_type; in vtbl_check() 113 name = &vtbl[i].name[0]; in vtbl_check() 119 ubi_dump_vtbl_record(&vtbl[i], i); in vtbl_check() 181 ubi_dump_vtbl_record(&vtbl[i], i); in vtbl_check() 191 !strncmp(vtbl[i].name, vtbl[n].name, len1)) { in vtbl_check() 193 i, n, vtbl[i].name); in vtbl_check() 205 ubi_dump_vtbl_record(&vtbl[i], i); in vtbl_check() 222 if (!vtbl_check(ubi, ubi->vtbl)) { in ubi_read_volume_table() [all …]
|
| A D | ubispl.h | 120 struct ubi_vtbl_record vtbl[UBI_SPL_VOL_IDS]; member
|
| /u-boot/cmd/ |
| A D | ubi.c | 474 vtbl_rec = ubi->vtbl[vol->vol_id]; in ubi_set_skip_check()
|
Completed in 20 milliseconds