Home
last modified time | relevance | path

Searched refs:UBI_LONGTERM (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/include/mtd/
Dubi-user.h209 UBI_LONGTERM = 1, enumerator
/linux-2.6.39/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()
Dvtbl.c109 ubi->vtbl_size, UBI_LONGTERM); in ubi_change_vtbl_record()
161 ubi->vtbl_size, UBI_LONGTERM); in ubi_vtbl_rename_volumes()
Dwl.c392 ubi_assert(dtype == UBI_LONGTERM || dtype == UBI_SHORTTERM || in ubi_wl_get_peb()
413 case UBI_LONGTERM: in ubi_wl_get_peb()
Dcdev.c476 if (req.dtype != UBI_LONGTERM && req.dtype != UBI_SHORTTERM && in vol_cdev_ioctl()
/linux-2.6.39/fs/ubifs/
Dsb.c199 err = ubifs_write_node(c, sup, UBIFS_SB_NODE_SZ, 0, 0, UBI_LONGTERM); in create_default_filesystem()
511 return ubifs_leb_change(c, UBIFS_SB_LNUM, sup, len, UBI_LONGTERM); in ubifs_write_sb_node()
Dgc.c108 err = ubifs_wbuf_seek_nolock(wbuf, gc_lnum, 0, UBI_LONGTERM); in switch_gc_head()
Dsuper.c821 c->jheads[GCHD].wbuf.dtype = UBI_LONGTERM; in alloc_wbufs()