Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dkapi.c401 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
460 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
500 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
546 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
591 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
628 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
688 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
724 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
H A Dmisc.c54 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
H A Dattach.c353 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
413 : UBI_STATIC_VOLUME; in add_volume()
1706 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1746 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dvmt.c461 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
725 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
806 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
H A Dupd.c86 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
H A Dgluebi.c407 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
H A Dfastmap.c189 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
316 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1311 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
H A Deba.c620 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/linux/fs/ubifs/
H A Dsuper.c521 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()