Home
last modified time | relevance | path

Searched refs:UBI_DYNAMIC_VOLUME (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mtd/ubi/
H A Dvmt.c75 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
271 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
310 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
543 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
724 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
759 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
804 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
585 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
632 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
H A Dupd.c224 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
H A Dattach.c412 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1705 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dgluebi.c314 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
H A Deba.c628 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
695 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
H A Dfastmap.c1310 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()