Searched refs:UBI_SHORTTERM (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/fs/ubifs/ |
D | log.c | 265 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()
|
D | master.c | 382 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()
|
D | orphan.c | 253 UBI_SHORTTERM); in do_write_orph_node() 262 c->ohead_offs, UBI_SHORTTERM); in do_write_orph_node()
|
D | lpt.c | 705 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()
|
D | tnc_commit.c | 326 UBI_SHORTTERM); in layout_leb_in_gaps() 963 UBI_SHORTTERM); in write_index()
|
D | lpt_commit.c | 424 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()
|
D | recovery.c | 216 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()
|
D | replay.c | 158 UBI_SHORTTERM); in set_bud_lprops()
|
D | super.c | 816 c->jheads[BASEHD].wbuf.dtype = UBI_SHORTTERM; in alloc_wbufs()
|
/linux-3.4.99/include/mtd/ |
D | ubi-user.h | 211 UBI_SHORTTERM = 2, enumerator
|
/linux-3.4.99/drivers/mtd/ubi/ |
D | kapi.c | 469 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()
|
D | wl.c | 396 ubi_assert(dtype == UBI_LONGTERM || dtype == UBI_SHORTTERM || in ubi_wl_get_peb() 443 case UBI_SHORTTERM: in ubi_wl_get_peb()
|
D | cdev.c | 480 if (req.dtype != UBI_LONGTERM && req.dtype != UBI_SHORTTERM && in vol_cdev_ioctl()
|