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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dmisc.c67 if (vol->vol_type != UBI_STATIC_VOLUME)
H A Dkapi.c396 if (vol->vol_type == UBI_STATIC_VOLUME) {
411 if (err && err == -EBADMSG && vol->vol_type == UBI_STATIC_VOLUME) {
459 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
509 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
550 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
610 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
647 if (desc->mode == UBI_READONLY || vol->vol_type == UBI_STATIC_VOLUME)
H A Dscan.c137 if (sv->vol_type == UBI_STATIC_VOLUME)
215 : UBI_STATIC_VOLUME;
1199 sv->vol_type != UBI_STATIC_VOLUME) {
1239 if (sv->vol_type == UBI_STATIC_VOLUME) {
1299 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Dcdev.c294 if (vol->vol_type == UBI_STATIC_VOLUME)
466 vol->vol_type == UBI_STATIC_VOLUME) {
502 vol->vol_type == UBI_STATIC_VOLUME) {
621 req->vol_type != UBI_STATIC_VOLUME)
H A Dupd.c101 if (vol->vol_type == UBI_STATIC_VOLUME) {
H A Dvmt.c497 if (vol->vol_type == UBI_STATIC_VOLUME &&
761 vol->vol_type != UBI_STATIC_VOLUME) {
841 vol_type = UBI_STATIC_VOLUME;
H A Dgluebi.c449 if (vi->vol_type == UBI_STATIC_VOLUME)
H A Dvtbl.c572 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Deba.c391 ubi_assert(vol->vol_type != UBI_STATIC_VOLUME);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/mtd/
H A Dubi-user.h218 * @UBI_STATIC_VOLUME: static volume
222 UBI_STATIC_VOLUME = 4, enumerator in enum:__anon18320
277 * @vol_type: volume type (%UBI_DYNAMIC_VOLUME or %UBI_STATIC_VOLUME)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dsuper.c500 if (c->vi.vol_type == UBI_STATIC_VOLUME) {

Completed in 80 milliseconds