Searched refs:read_page (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/fs/squashfs/
H A Dsquashfs_fs_sb.h62 struct squashfs_cache *read_page; member in struct:squashfs_sb_info
H A Dsuper.c209 /* Allocate read_page block */ squashfs_fill_super()
210 msblk->read_page = squashfs_cache_init("data", squashfs_fill_super()
212 if (msblk->read_page == NULL) { squashfs_fill_super()
213 ERROR("Failed to allocate read_page block\n"); squashfs_fill_super()
340 squashfs_cache_delete(msblk->read_page); squashfs_fill_super()
388 squashfs_cache_delete(sbi->read_page); squashfs_put_super()
H A Dcache.c409 return squashfs_cache_get(sb, msblk->read_page, start_block, length); squashfs_get_datablock()
/linux-4.1.27/drivers/mtd/tests/
H A Dnandbiterrs.c141 static int read_page(int log) read_page() function
148 pr_info("read_page\n"); read_page()
234 err = read_page(1); incremental_errors_test()
297 err = read_page(0); overwrite_test()
/linux-4.1.27/kernel/trace/
H A Dring_buffer_benchmark.c98 static enum event_status read_page(int cpu) read_page() function
194 stat = read_page(cpu); for_each_online_cpu()
/linux-4.1.27/drivers/mtd/nand/
H A Dnand_base.c1612 ret = chip->ecc.read_page(mtd, chip, bufpoi, nand_do_read_ops()
3966 /* Similar to NAND_ECC_HW, but a separate read_page handle */ nand_scan_tail()
3971 if (!ecc->read_page) nand_scan_tail()
3972 ecc->read_page = nand_read_page_hwecc_oob_first; nand_scan_tail()
3976 if (!ecc->read_page) nand_scan_tail()
3977 ecc->read_page = nand_read_page_hwecc; nand_scan_tail()
3995 (!ecc->read_page || nand_scan_tail()
3996 ecc->read_page == nand_read_page_hwecc || nand_scan_tail()
4003 if (!ecc->read_page) nand_scan_tail()
4004 ecc->read_page = nand_read_page_syndrome; nand_scan_tail()
4030 ecc->read_page = nand_read_page_swecc; nand_scan_tail()
4050 ecc->read_page = nand_read_page_swecc; nand_scan_tail()
4080 ecc->read_page = nand_read_page_raw; nand_scan_tail()
H A Dnandsim.c1458 NS_WARN("read_page: flipping bit %d in page %d " do_bit_flips()
1469 static void read_page(struct nandsim *ns, int num) read_page() function
1475 NS_DBG("read_page: page %d not written\n", ns->regs.row); read_page()
1481 NS_DBG("read_page: page %d written, reading from %d\n", read_page()
1488 NS_ERR("read_page: read error for page %d ret %ld\n", ns->regs.row, (long)tx); read_page()
1498 NS_DBG("read_page: page %d not allocated\n", ns->regs.row); read_page()
1501 NS_DBG("read_page: page %d allocated, reading from %d\n", read_page()
1642 read_page(ns, num); do_state_action()
H A Ddocg4.c756 static int read_page(struct mtd_info *mtd, struct nand_chip *nand, read_page() function
827 return read_page(mtd, nand, buf, page, false); docg4_read_page_raw()
833 return read_page(mtd, nand, buf, page, true); docg4_read_page()
1242 nand->ecc.read_page = docg4_read_page; init_mtd_structs()
H A Dsunxi_nand.c993 ecc->read_page = sunxi_nfc_hw_ecc_read_page; sunxi_nand_hw_ecc_ctrl_init()
1047 ecc->read_page = sunxi_nfc_hw_syndrome_ecc_read_page; sunxi_nand_hw_syndrome_ecc_ctrl_init()
H A Domap2.c1898 nand_chip->ecc.read_page = omap_read_page_bch; omap_nand_probe()
1962 nand_chip->ecc.read_page = omap_read_page_bch; omap_nand_probe()
1992 nand_chip->ecc.read_page = omap_read_page_bch; omap_nand_probe()
H A Dcafe_nand.c761 cafe->nand.ecc.read_page = cafe_nand_read_page; cafe_nand_probe()
H A Dhisi504_nand.c664 chip->ecc.read_page = hisi_nand_read_page_hwecc; hisi_nfc_ecc_probe()
H A Dlpc32xx_mlc.c711 nand_chip->ecc.read_page = lpc32xx_read_page; lpc32xx_nand_probe()
H A Dpxa3xx_nand.c650 * to return it to the MTD layer in ecc.read_page(). pxa3xx_nand_irq()
1647 chip->ecc.read_page = pxa3xx_nand_read_page_hwecc; alloc_nand_resource()
H A Datmel_nand.c1287 nand_chip->ecc.read_page = atmel_nand_pmecc_read_page; atmel_pmecc_nand_init_params()
1636 nand_chip->ecc.read_page = atmel_nand_read_page; atmel_hw_nand_init_params()
H A Dfsl_elbc_nand.c775 chip->ecc.read_page = fsl_elbc_read_page; fsl_elbc_chip_init()
H A Dfsl_ifc_nand.c917 chip->ecc.read_page = fsl_ifc_read_page; fsl_ifc_chip_init()
H A Dfsmc_nand.c1068 nand->ecc.read_page = fsmc_read_page_hwecc; fsmc_nand_probe()
H A Dlpc32xx_slc.c833 chip->ecc.read_page = lpc32xx_nand_read_page_syndrome; lpc32xx_nand_probe()
H A Dsh_flctl.c999 chip->ecc.read_page = flctl_read_page_hwecc; flctl_chip_init_tail()
H A Ddenali.c1585 denali->nand.ecc.read_page = denali_read_page; denali_init()
/linux-4.1.27/include/linux/mtd/
H A Dnand.h473 * @read_page: function to read a page according to the ECC generator
477 * returns same as read_page()
506 int (*read_page)(struct mtd_info *mtd, struct nand_chip *chip, member in struct:nand_ecc_ctrl
/linux-4.1.27/drivers/memstick/core/
H A Dms_block.c348 dbg("read_page, unknown error"); h_msb_read_page()
450 dbg("read_page: uncorrectable error"); h_msb_read_page()
455 dbg("read_page: correctable error"); h_msb_read_page()
459 dbg("read_page: INT error, but no status error bits"); h_msb_read_page()
/linux-4.1.27/drivers/md/
H A Dbitmap.c356 static int read_page(struct file *file, unsigned long index, read_page() function
597 err = read_page(bitmap->storage.file, 0, bitmap_read_sb()
1085 ret = read_page(file, index, bitmap, bitmap_init_from_disk()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c1294 * ecc.read_page or ecc.read_page_raw function. Thus, the fact that MTD wants an
1852 ecc->read_page = gpmi_ecc_read_page; gpmi_init_last()
/linux-4.1.27/drivers/staging/mt29f_spinand/
H A Dmt29f_spinand.c891 chip->ecc.read_page = spinand_read_page_hwecc; spinand_probe()

Completed in 769 milliseconds