Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
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()
Dvtbl.c550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
579 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
626 vol->vol_type = UBI_DYNAMIC_VOLUME;
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()
Dupd.c230 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
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()
Dfastmap.c1277 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/external/strace/xlat/
Dubi_volume_types.in2 UBI_DYNAMIC_VOLUME
Dubi_volume_types.h17 XLAT(UBI_DYNAMIC_VOLUME),
/external/u-boot/drivers/mtd/ubispl/
Dubi-wrapper.h55 UBI_DYNAMIC_VOLUME = 3, enumerator
/external/u-boot/include/mtd/
Dubi-user.h209 UBI_DYNAMIC_VOLUME = 3, enumerator
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h223 UBI_DYNAMIC_VOLUME = 3, enumerator
/external/u-boot/cmd/
Dubi.c143 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
171 req.vol_type = UBI_DYNAMIC_VOLUME; in ubi_create_vol()