Searched refs:UBI_STATIC_VOLUME (Results 1 – 13 of 13) sorted by relevance
56 UBI_STATIC_VOLUME = 4, enumerator
429 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
387 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()
57 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
214 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()292 : UBI_STATIC_VOLUME; in add_volume()1549 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()1589 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()1650 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
448 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()699 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()780 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
94 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
218 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()353 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()1283 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
554 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
388 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
210 UBI_STATIC_VOLUME = 4, enumerator
130 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()160 req.vol_type = UBI_STATIC_VOLUME; in ubi_create_vol()
694 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()
Completed in 24 milliseconds