Searched refs:UBI_STATIC_VOLUME (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Dubi-user.h96 * @UBI_STATIC_VOLUME: static volume
100 UBI_STATIC_VOLUME = 4 enumerator in enum:__anon10486
109 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dmisc.c67 if (vol->vol_type != UBI_STATIC_VOLUME)
H A Dkapi.c322 if (vol->vol_type == UBI_STATIC_VOLUME && lnum == vol->used_ebs - 1 &&
332 if (err && err == -EBADMSG && vol->vol_type == UBI_STATIC_VOLUME) {
380 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
430 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
471 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
532 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
H A Dscan.c142 if (sv->vol_type == UBI_STATIC_VOLUME)
221 : UBI_STATIC_VOLUME;
1112 sv->vol_type != UBI_STATIC_VOLUME) {
1152 if (sv->vol_type == UBI_STATIC_VOLUME) {
1212 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Dupd.c98 if (vol->vol_type == UBI_STATIC_VOLUME) {
H A Dcdev.c299 if (vol->vol_type == UBI_STATIC_VOLUME)
540 req->vol_type != UBI_STATIC_VOLUME)
H A Dvmt.c466 if (vol->vol_type == UBI_STATIC_VOLUME &&
687 vol->vol_type != UBI_STATIC_VOLUME) {
776 vol_type = UBI_STATIC_VOLUME;
H A Dvtbl.c514 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Deba.c387 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME);

Completed in 239 milliseconds