Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
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()
1708 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1748 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1809 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
H A Dvmt.c461 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
725 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
806 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 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()
H A Deba.c620 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/linux/include/uapi/mtd/
H A Dubi-user.h231 UBI_STATIC_VOLUME = 4, enumerator
/linux/fs/ubifs/
H A Dsuper.c521 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()