Home
last modified time | relevance | path

Searched refs:UBI_VID_STATIC (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/mtd/ubi/
Dubi-media.h41 UBI_VID_STATIC = 2 enumerator
Dio.c881 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in validate_vid_hdr()
896 if (vol_type == UBI_VID_STATIC) { in validate_vid_hdr()
Deba.c1144 vid_hdr->vol_type = UBI_VID_STATIC; in ubi_eba_write_leb_st()
1316 if (vid_hdr->vol_type == UBI_VID_STATIC) { in ubi_eba_copy_leb()
Dvtbl.c217 if (vol_type != UBI_VID_DYNAMIC && vol_type != UBI_VID_STATIC) { in vtbl_check()
Dvmt.c285 vtbl_rec.vol_type = UBI_VID_STATIC; in ubi_create_volume()
Dattach.c354 av_vol_type = UBI_VID_STATIC; in validate_vid_hdr()