Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jffs2/
Dwritev.c29 return mtd_writev(c->mtd, vecs, count, to, retlen); in jffs2_flash_direct_writev()
/Linux-v5.4/include/linux/mtd/
Dmtd.h437 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs,
/Linux-v5.4/drivers/mtd/
Dmtdcore.c1853 int mtd_writev(struct mtd_info *mtd, const struct kvec *vecs, in mtd_writev() function
1863 EXPORT_SYMBOL_GPL(mtd_writev);
Dmtdconcat.c193 err = mtd_writev(subdev, &vecs_copy[entry_low], in concat_writev()