Home
last modified time | relevance | path

Searched refs:upd_marker (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubi/
H A Dupd.c54 if (vol->upd_marker) { in set_update_marker()
55 ubi_assert(ubi->vtbl[vol->vol_id].upd_marker); in set_update_marker()
61 vtbl_rec.upd_marker = 1; in set_update_marker()
65 vol->upd_marker = 1; in set_update_marker()
89 ubi_assert(vol->upd_marker && vtbl_rec.upd_marker); in clear_update_marker()
90 vtbl_rec.upd_marker = 0; in clear_update_marker()
105 vol->upd_marker = 0; in clear_update_marker()
H A Dkapi.c83 vi->upd_marker = vol->upd_marker; in ubi_do_get_volume_info()
395 if (vol->upd_marker) in leb_read_sanity_check()
540 if (vol->upd_marker) in ubi_leb_write()
584 if (vol->upd_marker) in ubi_leb_change()
620 if (vol->upd_marker) in ubi_leb_erase()
680 if (vol->upd_marker) in ubi_leb_unmap()
716 if (vol->upd_marker) in ubi_leb_map()
751 if (vol->upd_marker) in ubi_is_mapped()
H A Dvtbl.c167 int upd_marker, err; local
177 upd_marker = vtbl[i].upd_marker;
228 if (upd_marker != 0 && upd_marker != 1) {
548 vol->upd_marker = vtbl[i].upd_marker;
H A Dvmt.c47 __ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);
103 ret = sprintf(buf, "%d\n", vol->upd_marker); in vol_attribute_show()
649 int reserved_pebs, alignment, data_pad, vol_type, name_len, upd_marker; in self_check_volume() local
695 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
761 upd_marker = ubi->vtbl[vol_id].upd_marker; in self_check_volume()
769 upd_marker != vol->upd_marker || vol_type != vol->vol_type || in self_check_volume()
H A Dubi-media.h357 __u8 upd_marker; member
H A Ddebug.c111 printf("\tupd_marker %d\n", vol->upd_marker); in ubi_dump_vol_info()
137 pr_err("\tupd_marker %d\n", (int)r->upd_marker); in ubi_dump_vtbl_record()
H A Dubi.h346 unsigned int upd_marker:1; member
/openbmc/linux/drivers/mtd/ubi/
H A Dupd.c48 if (vol->upd_marker) { in set_update_marker()
49 ubi_assert(ubi->vtbl[vol->vol_id].upd_marker); in set_update_marker()
55 vtbl_rec.upd_marker = 1; in set_update_marker()
59 vol->upd_marker = 1; in set_update_marker()
83 ubi_assert(vol->upd_marker && vtbl_rec.upd_marker); in clear_update_marker()
84 vtbl_rec.upd_marker = 0; in clear_update_marker()
99 vol->upd_marker = 0; in clear_update_marker()
H A Dkapi.c76 vi->upd_marker = vol->upd_marker; in ubi_do_get_volume_info()
390 if (vol->upd_marker) in leb_read_sanity_check()
534 if (vol->upd_marker) in ubi_leb_write()
578 if (vol->upd_marker) in ubi_leb_change()
614 if (vol->upd_marker) in ubi_leb_erase()
674 if (vol->upd_marker) in ubi_leb_unmap()
710 if (vol->upd_marker) in ubi_leb_map()
745 if (vol->upd_marker) in ubi_is_mapped()
H A Dvtbl.c161 int upd_marker, err; in vtbl_check() local
171 upd_marker = vtbl[i].upd_marker; in vtbl_check()
222 if (upd_marker != 0 && upd_marker != 1) { in vtbl_check()
541 vol->upd_marker = vtbl[i].upd_marker; in init_volumes()
H A Dvmt.c40 __ATTR(upd_marker, S_IRUGO, vol_attribute_show, NULL);
91 ret = sprintf(buf, "%d\n", vol->upd_marker); in vol_attribute_show()
633 int reserved_pebs, alignment, data_pad, vol_type, name_len, upd_marker; in self_check_volume() local
679 if (vol->upd_marker && vol->corrupted) { in self_check_volume()
750 upd_marker = ubi->vtbl[vol_id].upd_marker; in self_check_volume()
758 upd_marker != vol->upd_marker || vol_type != vol->vol_type || in self_check_volume()
H A Dubi-media.h360 __u8 upd_marker; member
H A Ddebug.c109 pr_err("\tupd_marker %d\n", vol->upd_marker); in ubi_dump_vol_info()
136 pr_err("\tupd_marker %d\n", (int)r->upd_marker); in ubi_dump_vtbl_record()
H A Dubi.h370 unsigned int upd_marker:1; member
H A Dcdev.c188 if (vol->upd_marker) { in vol_cdev_read()
/openbmc/linux/include/linux/mtd/
H A Dubi.h107 int upd_marker; member
/openbmc/u-boot/include/linux/mtd/
H A Dubi.h109 int upd_marker; member
/openbmc/u-boot/doc/
H A DREADME.ubi103 UBI: upd_marker 0
118 UBI: upd_marker 0
/openbmc/u-boot/cmd/
H A Dubi.c330 if (vol->upd_marker) { in ubi_volume_read()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-ubi202 What: /sys/class/ubi/ubiX/ubiX_Y/upd_marker