Home
last modified time | relevance | path

Searched refs:ubi_leb_change (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dubi.h261 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf,
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/
Dkapi.c565 int ubi_leb_change(struct ubi_volume_desc *desc, int lnum, const void *buf, in ubi_leb_change() function
592 EXPORT_SYMBOL_GPL(ubi_leb_change);
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dio.c142 err = ubi_leb_change(c->ubi, lnum, buf, len); in ubifs_leb_change()
Ddebug.c2646 err = ubi_leb_change(c->ubi, lnum, buf, len); in dbg_leb_change()