| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | kapi.c | 380 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check() 439 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read() 479 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg() 525 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write() 570 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change() 607 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase() 667 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap() 703 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
|
| H A D | cdev.c | 264 if (vol->vol_type == UBI_STATIC_VOLUME) in vol_cdev_direct_write() 441 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl() 474 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl() 613 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req() 620 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
|
| H A D | misc.c | 54 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
|
| H A D | attach.c | 353 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr() 413 : UBI_STATIC_VOLUME; in add_volume() 1706 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai() 1746 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai() 1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
|
| H A D | vmt.c | 419 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume() 672 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume() 753 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
|
| H A D | upd.c | 86 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
|
| H A D | gluebi.c | 407 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
|
| H A D | fastmap.c | 189 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol() 316 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol() 1312 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
|
| H A D | block.c | 592 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
|
| H A D | vtbl.c | 543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | kapi.c | 387 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check() 446 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read() 486 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg() 533 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write() 578 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change() 615 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase() 675 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap() 711 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
|
| H A D | misc.c | 56 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
|
| H A D | attach.c | 211 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr() 289 : UBI_STATIC_VOLUME; in add_volume() 1546 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai() 1586 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai() 1647 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
|
| H A D | vmt.c | 440 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume() 691 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume() 767 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
|
| H A D | upd.c | 93 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
|
| H A D | fastmap.c | 214 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol() 349 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol() 1279 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
|
| H A D | vtbl.c | 551 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
|
| H A D | eba.c | 386 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/ |
| H A D | ubi-wrapper.h | 57 UBI_STATIC_VOLUME = 4, enumerator
|
| H A D | ubispl.c | 236 if (vol_id >= UBI_SPL_VOL_IDS || vol_type != UBI_STATIC_VOLUME) in assign_aeb_to_av()
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | ubi-user.h | 211 UBI_STATIC_VOLUME = 4, 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 D | ubi-user.h | 224 UBI_STATIC_VOLUME = 4, 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 D | ubi-user.h | 224 UBI_STATIC_VOLUME = 4, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | ubi-user.h | 229 UBI_STATIC_VOLUME = 4, enumerator
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ubi.c | 144 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req() 173 req.vol_type = UBI_STATIC_VOLUME; in ubi_create_vol()
|