Home
last modified time | relevance | path

Searched refs:UBI_STATIC_VOLUME (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dkapi.c380 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 Dcdev.c264 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 Dmisc.c54 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
H A Dattach.c353 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 Dvmt.c420 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
683 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
764 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
H A Dgluebi.c407 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
H A Dupd.c86 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
H A Dblock.c592 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
H A Dfastmap.c189 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
316 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1301 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dkapi.c381 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
440 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
480 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
526 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
571 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
608 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
668 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
704 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
H A Dcdev.c264 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 Dmisc.c54 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
H A Dattach.c353 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 Dvmt.c419 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
674 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
755 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
H A Dupd.c86 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
H A Dgluebi.c407 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
H A Dblock.c558 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
H A Dfastmap.c189 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
316 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1311 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
H A Dubi-user.h35 UBI_STATIC_VOLUME = 4, enumerator
/kernel/linux/linux-5.10/include/uapi/mtd/
H A Dubi-user.h225 * @UBI_STATIC_VOLUME: static volume
229 UBI_STATIC_VOLUME = 4, enumerator
313 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
/kernel/linux/linux-6.6/include/uapi/mtd/
H A Dubi-user.h225 * @UBI_STATIC_VOLUME: static volume
229 UBI_STATIC_VOLUME = 4, enumerator
319 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
H A Dubi-user.h49 UBI_STATIC_VOLUME = 4, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/
H A Dubi-user.h49 UBI_STATIC_VOLUME = 4, enumerator

Completed in 23 milliseconds

12