Searched refs:UBI_LONGTERM (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/mtd/ |
D | ubi-user.h | 209 UBI_LONGTERM = 1, enumerator
|
/linux-2.6.39/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 | vtbl.c | 109 ubi->vtbl_size, UBI_LONGTERM); in ubi_change_vtbl_record() 161 ubi->vtbl_size, UBI_LONGTERM); in ubi_vtbl_rename_volumes()
|
D | wl.c | 392 ubi_assert(dtype == UBI_LONGTERM || dtype == UBI_SHORTTERM || in ubi_wl_get_peb() 413 case UBI_LONGTERM: in ubi_wl_get_peb()
|
D | cdev.c | 476 if (req.dtype != UBI_LONGTERM && req.dtype != UBI_SHORTTERM && in vol_cdev_ioctl()
|
/linux-2.6.39/fs/ubifs/ |
D | sb.c | 199 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()
|
D | gc.c | 108 err = ubifs_wbuf_seek_nolock(wbuf, gc_lnum, 0, UBI_LONGTERM); in switch_gc_head()
|
D | super.c | 821 c->jheads[GCHD].wbuf.dtype = UBI_LONGTERM; in alloc_wbufs()
|