Searched refs:UBI_STATIC_VOLUME (Results 1 - 13 of 13) sorted by path

/linux-master/drivers/mtd/ubi/
H A Dupd.c86 if (vol->vol_type == UBI_STATIC_VOLUME) {
H A Dattach.c353 if (av->vol_type == UBI_STATIC_VOLUME)
413 : UBI_STATIC_VOLUME;
1706 av->vol_type != UBI_STATIC_VOLUME) {
1746 if (av->vol_type == UBI_STATIC_VOLUME) {
1807 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Dblock.c623 if (nt->vi.vol_type == UBI_STATIC_VOLUME)
H A Dcdev.c264 if (vol->vol_type == UBI_STATIC_VOLUME)
441 vol->vol_type == UBI_STATIC_VOLUME) {
474 vol->vol_type == UBI_STATIC_VOLUME) {
613 req->vol_type != UBI_STATIC_VOLUME)
620 req->vol_type != UBI_STATIC_VOLUME)
H A Deba.c620 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME);
H A Dfastmap.c189 if (av->vol_type == UBI_STATIC_VOLUME)
316 if (av->vol_type == UBI_STATIC_VOLUME)
1311 vol->vol_type == UBI_STATIC_VOLUME);
H A Dgluebi.c407 if (vi->vol_type == UBI_STATIC_VOLUME)
H A Dkapi.c401 if (vol->vol_type == UBI_STATIC_VOLUME) {
460 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) {
500 if (err && mtd_is_eccerr(err) && vol->vol_type == UBI_STATIC_VOLUME) {
546 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
591 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
628 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
688 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
724 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
H A Dmisc.c54 if (vol->vol_type != UBI_STATIC_VOLUME)
H A Dvmt.c459 if (vol->vol_type == UBI_STATIC_VOLUME &&
723 vol->vol_type != UBI_STATIC_VOLUME) {
804 vol_type = UBI_STATIC_VOLUME;
H A Dvtbl.c543 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
/linux-master/fs/ubifs/
H A Dsuper.c521 if (c->vi.vol_type == UBI_STATIC_VOLUME) {
/linux-master/include/uapi/mtd/
H A Dubi-user.h225 * @UBI_STATIC_VOLUME: static volume
229 UBI_STATIC_VOLUME = 4, enumerator in enum:__anon361
321 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)

Completed in 383 milliseconds