Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dkapi.c387 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
446 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
486 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
533 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
578 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
615 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
675 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
711 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
H A Dmisc.c56 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
H A Dattach.c211 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
289 : UBI_STATIC_VOLUME; in add_volume()
1546 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1586 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1647 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dvmt.c440 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
691 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
767 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
H A Dupd.c93 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
H A Dfastmap.c214 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
349 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1279 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
H A Dvtbl.c551 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Deba.c386 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubi-wrapper.h57 UBI_STATIC_VOLUME = 4, enumerator
H A Dubispl.c236 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
/rk3399_rockchip-uboot/include/mtd/
H A Dubi-user.h211 UBI_STATIC_VOLUME = 4, enumerator
/rk3399_rockchip-uboot/cmd/
H A Dubi.c144 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
173 req.vol_type = UBI_STATIC_VOLUME; in ubi_create_vol()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c691 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()