Searched refs:UBI_DYNAMIC_VOLUME (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/mtd/
H A Dubi-user.h95 * @UBI_DYNAMIC_VOLUME: dynamic volume
99 UBI_DYNAMIC_VOLUME = 3, 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 Dvmt.c85 tp = vol->vol_type == UBI_DYNAMIC_VOLUME ? "dynamic" : "static";
281 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
327 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
537 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
686 if (vol->vol_type != UBI_DYNAMIC_VOLUME &&
730 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
774 vol_type = UBI_DYNAMIC_VOLUME;
H A Dvtbl.c514 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
531 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
567 vol->vol_type = UBI_DYNAMIC_VOLUME;
H A Dupd.c200 if (vol->vol_type == UBI_DYNAMIC_VOLUME) {
H A Dcdev.c490 if (vol->vol_type != UBI_DYNAMIC_VOLUME) {
539 if (req->vol_type != UBI_DYNAMIC_VOLUME &&
H A Dscan.c220 sv->vol_type = vid_hdr->vol_type == UBI_VID_DYNAMIC ? UBI_DYNAMIC_VOLUME
1111 if (sv->vol_type != UBI_DYNAMIC_VOLUME &&
1212 UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
H A Deba.c395 if (vol->vol_type == UBI_DYNAMIC_VOLUME)
433 if (vol->vol_type == UBI_DYNAMIC_VOLUME)

Completed in 169 milliseconds