Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/ubi/
Dvmt.c96 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
299 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
346 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
582 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
766 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in paranoid_check_volume()
800 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in paranoid_check_volume()
840 vol_type = UBI_DYNAMIC_VOLUME; in paranoid_check_volume()
Dvtbl.c570 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
599 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
646 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.c354 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.c620 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
/linux-2.6.39/include/mtd/
Dubi-user.h221 UBI_DYNAMIC_VOLUME = 3, enumerator