Symbol: UBI_STATIC_VOLUME
drivers/mtd/ubi/attach.c
1708
av->vol_type != UBI_STATIC_VOLUME) {
drivers/mtd/ubi/attach.c
1748
if (av->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/attach.c
1809
UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
drivers/mtd/ubi/attach.c
353
if (av->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/attach.c
413
: UBI_STATIC_VOLUME;
drivers/mtd/ubi/block.c
624
if (nt->vi.vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/cdev.c
264
if (vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/cdev.c
441
vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/cdev.c
474
vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/cdev.c
613
req->vol_type != UBI_STATIC_VOLUME)
drivers/mtd/ubi/cdev.c
620
req->vol_type != UBI_STATIC_VOLUME)
drivers/mtd/ubi/eba.c
619
ubi_assert(vol->vol_type != UBI_STATIC_VOLUME);
drivers/mtd/ubi/fastmap.c
1311
vol->vol_type == UBI_STATIC_VOLUME);
drivers/mtd/ubi/fastmap.c
189
if (av->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/fastmap.c
316
if (av->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/gluebi.c
407
if (vi->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/kapi.c
401
if (vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/kapi.c
460
if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/kapi.c
500
if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/kapi.c
546
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/kapi.c
591
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/kapi.c
628
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/kapi.c
688
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/kapi.c
724
if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
drivers/mtd/ubi/misc.c
54
if (vol->vol_type != UBI_STATIC_VOLUME)
drivers/mtd/ubi/upd.c
86
if (vol->vol_type == UBI_STATIC_VOLUME) {
drivers/mtd/ubi/vmt.c
461
if (vol->vol_type == UBI_STATIC_VOLUME &&
drivers/mtd/ubi/vmt.c
725
vol->vol_type != UBI_STATIC_VOLUME) {
drivers/mtd/ubi/vmt.c
806
vol_type = UBI_STATIC_VOLUME;
drivers/mtd/ubi/vtbl.c
543
UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
fs/ubifs/super.c
521
if (c->vi.vol_type == UBI_STATIC_VOLUME) {