Home
last modified time | relevance | path

Searched refs:UBI_STATIC_VOLUME (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dkapi.c386 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
445 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
485 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
532 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
577 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
614 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
674 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
710 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
Dmisc.c55 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
Dattach.c210 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
288 : UBI_STATIC_VOLUME; in add_volume()
1545 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1585 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1646 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Dvmt.c439 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
690 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
766 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
Dupd.c92 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
Dfastmap.c213 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
348 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1278 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
Dvtbl.c550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
Deba.c385 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/external/strace/xlat/
Dubi_volume_types.in3 UBI_STATIC_VOLUME
Dubi_volume_types.h18 XLAT(UBI_STATIC_VOLUME),
/external/u-boot/drivers/mtd/ubispl/
Dubi-wrapper.h56 UBI_STATIC_VOLUME = 4, enumerator
Dubispl.c235 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
/external/u-boot/include/mtd/
Dubi-user.h210 UBI_STATIC_VOLUME = 4, enumerator
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h224 UBI_STATIC_VOLUME = 4, enumerator
/external/u-boot/cmd/
Dubi.c144 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
173 req.vol_type = UBI_STATIC_VOLUME; in ubi_create_vol()
/external/u-boot/fs/ubifs/
Dsuper.c690 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()