Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dkapi.c390 if (vol->vol_type == UBI_STATIC_VOLUME) { in leb_read_sanity_check()
449 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read()
489 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) { in ubi_leb_read_sg()
535 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_write()
580 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_change()
617 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_erase()
677 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_unmap()
713 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME) in ubi_leb_map()
Dmisc.c67 if (vol->vol_type != UBI_STATIC_VOLUME) in ubi_check_volume()
Dcdev.c277 if (vol->vol_type == UBI_STATIC_VOLUME) in vol_cdev_direct_write()
450 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
483 vol->vol_type == UBI_STATIC_VOLUME) { in vol_cdev_ioctl()
622 req->vol_type != UBI_STATIC_VOLUME) in verify_mkvol_req()
Dattach.c215 if (av->vol_type == UBI_STATIC_VOLUME) in validate_vid_hdr()
293 : UBI_STATIC_VOLUME; in add_volume()
1551 av->vol_type != UBI_STATIC_VOLUME) { in self_check_ai()
1591 if (av->vol_type == UBI_STATIC_VOLUME) { in self_check_ai()
1652 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in self_check_ai()
Dvmt.c490 if (vol->vol_type == UBI_STATIC_VOLUME && in ubi_resize_volume()
745 vol->vol_type != UBI_STATIC_VOLUME) { in self_check_volume()
821 vol_type = UBI_STATIC_VOLUME; in self_check_volume()
Dupd.c99 if (vol->vol_type == UBI_STATIC_VOLUME) { in clear_update_marker()
Dgluebi.c428 if (vi->vol_type == UBI_STATIC_VOLUME) in gluebi_updated()
Dfastmap.c210 if (av->vol_type == UBI_STATIC_VOLUME) in add_vol()
345 if (av->vol_type == UBI_STATIC_VOLUME) in update_vol()
1257 vol->vol_type == UBI_STATIC_VOLUME); in ubi_write_fastmap()
Dblock.c556 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
Dvtbl.c550 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME; in init_volumes()
Deba.c393 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME); in ubi_eba_read_leb()
/linux-4.1.27/include/uapi/mtd/
Dubi-user.h223 UBI_STATIC_VOLUME = 4, enumerator
/linux-4.1.27/fs/ubifs/
Dsuper.c504 if (c->vi.vol_type == UBI_STATIC_VOLUME) { in init_constants_early()