Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Dubi-media.h40 UBI_VID_DYNAMIC = 1, enumerator
299 #define UBI_LAYOUT_VOLUME_TYPE UBI_VID_DYNAMIC
Deba.c848 ubi_assert(vid_hdr->vol_type == UBI_VID_DYNAMIC); in try_recover_peb()
1069 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_write_leb()
1242 vid_hdr->vol_type = UBI_VID_DYNAMIC; in ubi_eba_atomic_leb_change()
1412 if (vid_hdr->vol_type == UBI_VID_DYNAMIC) in ubi_eba_copy_leb()
Dvtbl.c230 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in vtbl_check()
555 vol->vol_type = vtbl[i].vol_type == UBI_VID_DYNAMIC ? in init_volumes()
Dvmt.c302 vtbl_rec.vol_type = UBI_VID_DYNAMIC; in ubi_create_volume()
770 if (ubi->vtbl[vol_id].vol_type == UBI_VID_DYNAMIC) in self_check_volume()
Dattach.c369 av_vol_type = UBI_VID_DYNAMIC; in validate_vid_hdr()
425 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1818 vol_type = vidh->vol_type == UBI_VID_DYNAMIC ? in self_check_ai()
Dio.c887 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in validate_vid_hdr()
Dfastmap.c123 vh->vol_type = UBI_VID_DYNAMIC; in new_fm_vbuf()