HomeSort by relevance Sort by last modified time
    Searched refs:UBI_DYNAMIC_VOLUME (Results 1 - 12 of 12) sorted by null

  /external/strace/xlat/
ubi_volume_types.h 17 XLAT(UBI_DYNAMIC_VOLUME),
  /external/u-boot/drivers/mtd/ubispl/
ubi-wrapper.h 51 * @UBI_DYNAMIC_VOLUME: dynamic volume
55 UBI_DYNAMIC_VOLUME = 3,
  /bionic/libc/kernel/uapi/mtd/
ubi-user.h 46 UBI_DYNAMIC_VOLUME = 3,
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 219 * @UBI_DYNAMIC_VOLUME: dynamic volume
223 UBI_DYNAMIC_VOLUME = 3,
308 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
  /external/u-boot/include/mtd/
ubi-user.h 205 * @UBI_DYNAMIC_VOLUME: dynamic volume
209 UBI_DYNAMIC_VOLUME = 3,
280 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
  /external/u-boot/drivers/mtd/ubi/
vmt.c 87 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
248 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
294 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
513 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
689 if (vol->vol_type != UBI_DYNAMIC_VOLUME &&
724 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
764 vol_type = UBI_DYNAMIC_VOLUME;
vtbl.c 550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
579 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
626 vol->vol_type = UBI_DYNAMIC_VOLUME;
upd.c 230 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
attach.c 287 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME
    [all...]
eba.c 393 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
441 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
    [all...]
fastmap.c 1277 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME ||
    [all...]
  /external/u-boot/cmd/
ubi.c 143 if (req->vol_type != UBI_DYNAMIC_VOLUME &&
171 req.vol_type = UBI_DYNAMIC_VOLUME;

Completed in 501 milliseconds