Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dlog.c265 err = ubifs_leb_map(c, bud->lnum, UBI_SHORTTERM); in ubifs_add_bud_to_log()
273 c->lhead_offs, UBI_SHORTTERM); in ubifs_add_bud_to_log()
425 err = ubifs_leb_write(c, c->lhead_lnum, cs, 0, len, UBI_SHORTTERM); in ubifs_log_start_commit()
626 err = ubifs_leb_change(c, *lnum, buf, sz, UBI_SHORTTERM); in add_node()
705 err = ubifs_leb_change(c, write_lnum, buf, sz, UBI_SHORTTERM); in ubifs_consolidate_log()
Dmaster.c382 err = ubifs_write_node(c, c->mst_node, len, lnum, offs, UBI_SHORTTERM); in ubifs_write_master()
393 err = ubifs_write_node(c, c->mst_node, len, lnum, offs, UBI_SHORTTERM); in ubifs_write_master()
Dorphan.c253 UBI_SHORTTERM); in do_write_orph_node()
262 c->ohead_offs, UBI_SHORTTERM); in do_write_orph_node()
Dlpt.c705 UBI_SHORTTERM); in ubifs_create_dflt_lpt()
736 UBI_SHORTTERM); in ubifs_create_dflt_lpt()
784 UBI_SHORTTERM); in ubifs_create_dflt_lpt()
809 err = ubifs_leb_change(c, lnum++, buf, alen, UBI_SHORTTERM); in ubifs_create_dflt_lpt()
829 err = ubifs_leb_change(c, lnum, buf, alen, UBI_SHORTTERM); in ubifs_create_dflt_lpt()
Dtnc_commit.c326 UBI_SHORTTERM); in layout_leb_in_gaps()
963 UBI_SHORTTERM); in write_index()
Dlpt_commit.c424 alen, UBI_SHORTTERM); in write_cnodes()
483 UBI_SHORTTERM); in write_cnodes()
510 UBI_SHORTTERM); in write_cnodes()
534 err = ubifs_leb_write(c, lnum, buf + from, from, alen, UBI_SHORTTERM); in write_cnodes()
Drecovery.c216 err = ubifs_leb_change(c, lnum, mst, sz, UBI_SHORTTERM); in write_rcvrd_mst_node()
219 err = ubifs_leb_change(c, lnum + 1, mst, sz, UBI_SHORTTERM); in write_rcvrd_mst_node()
Dreplay.c158 UBI_SHORTTERM); in set_bud_lprops()
Dsuper.c816 c->jheads[BASEHD].wbuf.dtype = UBI_SHORTTERM; in alloc_wbufs()
/linux-3.4.99/include/mtd/
Dubi-user.h211 UBI_SHORTTERM = 2, enumerator
/linux-3.4.99/drivers/mtd/ubi/
Dkapi.c469 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM && in ubi_leb_write()
518 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM && in ubi_leb_change()
655 if (dtype != UBI_LONGTERM && dtype != UBI_SHORTTERM && in ubi_leb_map()
Dwl.c396 ubi_assert(dtype == UBI_LONGTERM || dtype == UBI_SHORTTERM || in ubi_wl_get_peb()
443 case UBI_SHORTTERM: in ubi_wl_get_peb()
Dcdev.c480 if (req.dtype != UBI_LONGTERM && req.dtype != UBI_SHORTTERM && in vol_cdev_ioctl()