Home
last modified time | relevance | path

Searched refs:UBI_DYNAMIC_VOLUME (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubi/
H A Dvmt.c87 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
248 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
294 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
513 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
689 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
724 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
764 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
H A Dvtbl.c550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
579 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
626 vol->vol_type = UBI_DYNAMIC_VOLUME;
H A Dattach.c287 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1544 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1646 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dupd.c230 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
H A Deba.c393 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
441 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
H A Dfastmap.c1277 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/openbmc/linux/drivers/mtd/ubi/
H A Dvmt.c75 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
243 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
282 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
497 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
673 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
708 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
753 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
585 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
632 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
H A Dupd.c224 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
H A Dgluebi.c314 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
H A Dattach.c412 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1705 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dblock.c333 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in calc_disk_capacity()
H A Deba.c631 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
698 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
H A Dcdev.c612 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
H A Dfastmap.c1310 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubi-wrapper.h55 UBI_DYNAMIC_VOLUME = 3, enumerator
/openbmc/u-boot/include/mtd/
H A Dubi-user.h209 UBI_DYNAMIC_VOLUME = 3, enumerator
/openbmc/linux/include/uapi/mtd/
H A Dubi-user.h228 UBI_DYNAMIC_VOLUME = 3, enumerator
/openbmc/u-boot/cmd/
H A Dubi.c126 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
154 req.vol_type = UBI_DYNAMIC_VOLUME; in ubi_create_vol()