Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Dvmt.c93 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
262 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
301 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
517 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
691 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
726 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
771 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
Dvtbl.c556 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
598 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in init_volumes()
645 vol->vol_type = UBI_DYNAMIC_VOLUME; in init_volumes()
Dupd.c237 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
Dgluebi.c327 if (vi->vol_type == UBI_DYNAMIC_VOLUME) in gluebi_create()
Dattach.c425 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1717 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1819 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Deba.c645 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
712 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
Dcdev.c625 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
Dfastmap.c1310 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/Linux-v4.19/include/uapi/mtd/
Dubi-user.h223 UBI_DYNAMIC_VOLUME = 3, enumerator