Home
last modified time | relevance | path

Searched refs:UBI_STATIC_VOLUME (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/mtd/ubi/
Dkapi.c393 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
452 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
492 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
538 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
583 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
620 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
680 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
716 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
Dcdev.c277 if (vol->vol_type == UBI_STATIC_VOLUME) in vol_cdev_direct_write()
454 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
487 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
626 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
633 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
Dmisc.c67 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
Dvmt.c439 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
692 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
773 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
Dattach.c366 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
426 : UBI_STATIC_VOLUME; in add_volume()
1718 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1758 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1819 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Dupd.c99 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
Dgluebi.c420 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
Dfastmap.c198 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
325 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1311 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
Dblock.c573 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
Dvtbl.c556 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
Deba.c637 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/Linux-v4.19/include/uapi/mtd/
Dubi-user.h224 UBI_STATIC_VOLUME = 4, enumerator
/Linux-v4.19/fs/ubifs/
Dsuper.c512 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()