Home
last modified time | relevance | path

Searched refs:nftl_write_oob (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/
Dnftlcore.c157 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, in nftl_write_oob() function
395 nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 2 * 512 + 8, in NFTL_foldchain()
444 nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 8, in NFTL_foldchain()
658 nftl_write_oob(mtd, writeEUN * nftl->EraseSize + 8, 8, in NFTL_findwriteunit()
674 nftl_write_oob(mtd, (lastEUN * nftl->EraseSize) + 8, in NFTL_findwriteunit()
Dnftlmount.c356 if (nftl_write_oob(mtd, block * nftl->EraseSize + SECTORSIZE + in NFTL_formatblock()
409 nftl_write_oob(mtd, block * in check_sectors_in_chain()
518 if (nftl_write_oob(mtd, in check_and_mark_free_block()
/linux-4.4.14/include/linux/mtd/
Dnftl.h61 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,