Searched refs:UBI_SHORTTERM (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/mtd/
H A Dubi-user.h201 * UBI_SHORTTERM: short-term data
210 UBI_SHORTTERM = 2, enumerator in enum:__anon18319
376 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
389 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dlog.c299 err = ubi_leb_map(c->ubi, bud->lnum, UBI_SHORTTERM);
307 c->lhead_offs, UBI_SHORTTERM);
461 err = ubifs_leb_write(c, c->lhead_lnum, cs, 0, len, UBI_SHORTTERM);
662 err = ubifs_leb_change(c, *lnum, buf, sz, UBI_SHORTTERM);
741 err = ubifs_leb_change(c, write_lnum, buf, sz, UBI_SHORTTERM);
H A Dmaster.c381 err = ubifs_write_node(c, c->mst_node, len, lnum, offs, UBI_SHORTTERM);
392 err = ubifs_write_node(c, c->mst_node, len, lnum, offs, UBI_SHORTTERM);
H A Dtnc_commit.c321 UBI_SHORTTERM);
949 wlen, UBI_SHORTTERM);
983 blen, UBI_SHORTTERM);
H A Dlpt_commit.c417 alen, UBI_SHORTTERM);
476 UBI_SHORTTERM);
503 UBI_SHORTTERM);
527 err = ubifs_leb_write(c, lnum, buf + from, from, alen, UBI_SHORTTERM);
H A Dorphan.c252 UBI_SHORTTERM);
261 c->ohead_offs, UBI_SHORTTERM);
H A Drecovery.c199 err = ubi_leb_change(c->ubi, lnum, mst, sz, UBI_SHORTTERM);
202 err = ubi_leb_change(c->ubi, lnum + 1, mst, sz, UBI_SHORTTERM);
H A Dlpt.c705 UBI_SHORTTERM);
736 UBI_SHORTTERM);
784 UBI_SHORTTERM);
809 err = ubi_leb_change(c->ubi, lnum++, buf, alen, UBI_SHORTTERM);
829 err = ubi_leb_change(c->ubi, lnum, buf, alen, UBI_SHORTTERM);
H A Dreplay.c633 sleb->endpt, UBI_SHORTTERM);
H A Dsuper.c789 c->jheads[BASEHD].wbuf.dtype = UBI_SHORTTERM;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dkapi.c467 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM &&
516 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM &&
653 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM &&
H A Dwl.c392 ubi_assert(dtype == UBI_LONGTERM || dtype == UBI_SHORTTERM ||
441 case UBI_SHORTTERM:
H A Dcdev.c476 if (req.dtype != UBI_LONGTERM && req.dtype != UBI_SHORTTERM &&

Completed in 108 milliseconds