Home
last modified time | relevance | path

Searched refs:UBI_VID_DYNAMIC (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi-media.h44 UBI_VID_DYNAMIC = 1, enumerator
297 #define UBI_LAYOUT_VOLUME_TYPE UBI_VID_DYNAMIC
H A Dvtbl.c224 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) {
550 vol->vol_type = vtbl[i].vol_type == UBI_VID_DYNAMIC ?
H A Deba.c696 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_write_leb()
942 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_atomic_leb_change()
1148 if (vid_hdr->vol_type == UBI_VID_DYNAMIC) in ubi_eba_copy_leb()
H A Dattach.c214 av_vol_type = UBI_VID_DYNAMIC; in validate_vid_hdr()
288 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1646 vol_type = vidh->vol_type == UBI_VID_DYNAMIC ? in self_check_ai()
H A Dvmt.c296 vtbl_rec.vol_type = UBI_VID_DYNAMIC; in ubi_create_volume()
764 if (ubi->vtbl[vol_id].vol_type == UBI_VID_DYNAMIC) in self_check_volume()
H A Dio.c912 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in validate_vid_hdr()
H A Dfastmap.c121 new->vol_type = UBI_VID_DYNAMIC; in new_fm_vhdr()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi-media.h40 UBI_VID_DYNAMIC = 1, enumerator
299 #define UBI_LAYOUT_VOLUME_TYPE UBI_VID_DYNAMIC
H A Deba.c835 ubi_assert(vid_hdr->vol_type == UBI_VID_DYNAMIC); in try_recover_peb()
1056 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_write_leb()
1229 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_atomic_leb_change()
1399 if (vid_hdr->vol_type == UBI_VID_DYNAMIC) in ubi_eba_copy_leb()
H A Dvtbl.c217 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in vtbl_check()
542 vol->vol_type = vtbl[i].vol_type == UBI_VID_DYNAMIC ? in init_volumes()
H A Dvmt.c283 vtbl_rec.vol_type = UBI_VID_DYNAMIC; in ubi_create_volume()
750 if (ubi->vtbl[vol_id].vol_type == UBI_VID_DYNAMIC) in self_check_volume()
H A Dattach.c356 av_vol_type = UBI_VID_DYNAMIC; in validate_vid_hdr()
412 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1806 vol_type = vidh->vol_type == UBI_VID_DYNAMIC ? in self_check_ai()
H A Dio.c874 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in validate_vid_hdr()
H A Dfastmap.c114 vh->vol_type = UBI_VID_DYNAMIC; in new_fm_vbuf()