Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dvmt.c88 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
249 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
295 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
514 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
690 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
725 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
765 vol_type = UBI_DYNAMIC_VOLUME; in self_check_volume()
H A Dvtbl.c551 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
580 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
627 vol->vol_type = UBI_DYNAMIC_VOLUME;
H A Dattach.c288 av->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME in add_volume()
1545 if (av->vol_type != UBI_DYNAMIC_VOLUME && in self_check_ai()
1647 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dupd.c231 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in write_leb()
H A Deba.c394 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
442 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
H A Dfastmap.c1278 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dvmt.c75 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in vol_attribute_show()
243 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_create_volume()
282 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_create_volume()
497 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in ubi_resize_volume()
671 if (vol->vol_type != UBI_DYNAMIC_VOLUME && in self_check_volume()
706 if (vol->vol_type == UBI_DYNAMIC_VOLUME) { in self_check_volume()
751 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.c632 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
699 if (vol->vol_type == UBI_DYNAMIC_VOLUME) in ubi_eba_read_leb()
H A Dcdev.c612 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
H A Dfastmap.c1311 ubi_assert(vol->vol_type == UBI_DYNAMIC_VOLUME || in ubi_write_fastmap()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubi-wrapper.h56 UBI_DYNAMIC_VOLUME = 3, enumerator
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dubi-user.h210 UBI_DYNAMIC_VOLUME = 3, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dubi-user.h223 UBI_DYNAMIC_VOLUME = 3, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dubi-user.h223 UBI_DYNAMIC_VOLUME = 3, enumerator
/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dubi-user.h228 UBI_DYNAMIC_VOLUME = 3, enumerator
/OK3568_Linux_fs/u-boot/cmd/
H A Dubi.c143 if (req->vol_type != UBI_DYNAMIC_VOLUME && in verify_mkvol_req()
171 req.vol_type = UBI_DYNAMIC_VOLUME; in ubi_create_vol()