Searched refs:nftl_write_oob (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/mtd/ |
H A D | nftl.h | 61 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
|
/linux-4.1.27/drivers/mtd/ |
H A D | nftlcore.c | 157 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len, nftl_write_oob() function 395 nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 2 * 512 + 8, NFTL_foldchain() 444 nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 8, NFTL_foldchain() 658 nftl_write_oob(mtd, writeEUN * nftl->EraseSize + 8, 8, NFTL_findwriteunit() 674 nftl_write_oob(mtd, (lastEUN * nftl->EraseSize) + 8, NFTL_findwriteunit()
|
H A D | nftlmount.c | 356 if (nftl_write_oob(mtd, block * nftl->EraseSize + SECTORSIZE + NFTL_formatblock() 409 nftl_write_oob(mtd, block * check_sectors_in_chain() 518 if (nftl_write_oob(mtd, check_and_mark_free_block()
|
Completed in 89 milliseconds