Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/ubi/
Dvmt.c97 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
300 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
347 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
583 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
767 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in paranoid_check_volume()
801 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in paranoid_check_volume()
841 vol_type = UBI_DYNAMIC_VOLUME; in paranoid_check_volume()
Dvtbl.c560 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
589 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
636 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
Dscan.c285 sv->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1387 if (sv->vol_type != UBI_DYNAMIC_VOLUME && in paranoid_check_si()
1488 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in paranoid_check_si()
Dupd.c239 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
Dgluebi.c335 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
Deba.c399 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
447 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
Dcdev.c624 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
/linux-3.4.99/include/mtd/
Dubi-user.h222 UBI_DYNAMIC_VOLUME = 3, enumerator