Searched refs:UBI_UNKNOWN (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/include/linux/mtd/ |
D | ubi.h | 237 return ubi_leb_write(desc, lnum, buf, offset, len, UBI_UNKNOWN); in ubi_write() 247 return ubi_leb_change(desc, lnum, buf, len, UBI_UNKNOWN); in ubi_change()
|
/linux-3.4.99/drivers/mtd/ubi/ |
D | upd.c | 250 UBI_UNKNOWN); in write_leb() 263 UBI_UNKNOWN, used_ebs); in write_leb() 424 vol->upd_buf, len, UBI_UNKNOWN); in ubi_more_leb_change_data()
|
D | kapi.c | 470 dtype != UBI_UNKNOWN) in ubi_leb_write() 519 dtype != UBI_UNKNOWN) in ubi_leb_change() 656 dtype != UBI_UNKNOWN) in ubi_leb_map()
|
D | cdev.c | 338 UBI_UNKNOWN); in vol_cdev_direct_write() 481 req.dtype != UBI_UNKNOWN) in vol_cdev_ioctl()
|
D | wl.c | 397 dtype == UBI_UNKNOWN); in ubi_wl_get_peb() 426 case UBI_UNKNOWN: in ubi_wl_get_peb()
|
D | eba.c | 510 new_pnum = ubi_wl_get_peb(ubi, UBI_UNKNOWN); in recover_peb()
|
/linux-3.4.99/fs/ubifs/ |
D | sb.c | 256 UBI_UNKNOWN); in create_default_filesystem() 262 UBI_UNKNOWN); in create_default_filesystem() 286 UBI_UNKNOWN); in create_default_filesystem() 319 UBI_UNKNOWN); in create_default_filesystem() 339 0, UBI_UNKNOWN); in create_default_filesystem() 694 return ubifs_leb_change(c, lnum, c->sbuf, len, UBI_UNKNOWN); in fixup_leb()
|
D | recovery.c | 559 UBI_UNKNOWN); in fix_unclean_leb() 944 return ubifs_leb_change(c, lnum, sbuf, offs, UBI_UNKNOWN); in recover_head() 1074 err = ubifs_leb_change(c, lnum, sbuf, len, UBI_UNKNOWN); in clean_an_unclean_leb() 1475 err = ubifs_leb_change(c, lnum, c->sbuf, len, UBI_UNKNOWN); in fix_size_in_place()
|
D | io.c | 1059 wbuf->dtype = UBI_UNKNOWN; in ubifs_wbuf_init()
|
/linux-3.4.99/include/mtd/ |
D | ubi-user.h | 212 UBI_UNKNOWN = 3, enumerator
|