Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dvmt.c93 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
298 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
345 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
564 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
744 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
779 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
819 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
Dvtbl.c550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
579 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
626 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
Dupd.c237 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
Dattach.c292 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1550 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1652 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Dgluebi.c335 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
Deba.c401 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
466 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
Dcdev.c621 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
Dfastmap.c1256 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/linux-4.1.27/include/uapi/mtd/
Dubi-user.h222 UBI_DYNAMIC_VOLUME = 3, enumerator