Home
last modified time | relevance | path

Searched refs:read_page (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/fs/squashfs/
Dsuper.c208 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size); in squashfs_fill_super()
209 if (msblk->read_page == NULL) { in squashfs_fill_super()
311 squashfs_cache_delete(msblk->read_page); in squashfs_fill_super()
363 squashfs_cache_delete(sbi->read_page); in squashfs_put_super()
Dsquashfs_fs_sb.h60 struct squashfs_cache *read_page; member
Dcache.c389 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
/linux-2.6.39/kernel/trace/
Dring_buffer_benchmark.c98 static enum event_status read_page(int cpu) in read_page() function
194 stat = read_page(cpu); in ring_buffer_consumer()
/linux-2.6.39/drivers/mtd/nand/
Dbcm_umi_nand.c349 int ret = chip->ecc.read_page(mtd, chip, readbackbuf, 0); in bcm_umi_nand_verify_buf()
430 this->ecc.read_page = bcm_umi_bch_read_page_hwecc; in bcm_umi_nand_probe()
Dnand_base.c1502 ret = chip->ecc.read_page(mtd, chip, bufpoi, in nand_do_read_ops()
3290 if (!chip->ecc.read_page) in nand_scan_tail()
3291 chip->ecc.read_page = nand_read_page_hwecc_oob_first; in nand_scan_tail()
3295 if (!chip->ecc.read_page) in nand_scan_tail()
3296 chip->ecc.read_page = nand_read_page_hwecc; in nand_scan_tail()
3311 (!chip->ecc.read_page || in nand_scan_tail()
3312 chip->ecc.read_page == nand_read_page_hwecc || in nand_scan_tail()
3320 if (!chip->ecc.read_page) in nand_scan_tail()
3321 chip->ecc.read_page = nand_read_page_syndrome; in nand_scan_tail()
3343 chip->ecc.read_page = nand_read_page_swecc; in nand_scan_tail()
[all …]
Datmel_nand.c562 nand_chip->ecc.read_page = atmel_nand_read_page; in atmel_nand_probe()
645 nand_chip->ecc.read_page = NULL; in atmel_nand_probe()
Dfsmc_nand.c678 nand->ecc.read_page = fsmc_read_page_hwecc; in fsmc_nand_probe()
Dsh_flctl.c784 chip->ecc.read_page = flctl_read_page_hwecc; in flctl_chip_init_tail()
Dcafe_nand.c797 cafe->nand.ecc.read_page = cafe_nand_read_page; in cafe_nand_probe()
Dfsl_elbc_nand.c800 chip->ecc.read_page = fsl_elbc_read_page; in fsl_elbc_chip_init()
Dnandsim.c1441 static void read_page(struct nandsim *ns, int num) in read_page() function
1616 read_page(ns, num); in do_state_action()
Dpxa3xx_nand.c989 chip->ecc.read_page = pxa3xx_nand_read_page_hwecc; in alloc_nand_resource()
Ddenali.c1654 denali->nand.ecc.read_page = denali_read_page; in denali_pci_probe()
/linux-2.6.39/tools/perf/util/
Dtrace-event-read.c45 static int read_page; variable
310 if (read_page) { in get_next_page()
/linux-2.6.39/include/linux/mtd/
Dnand.h377 int (*read_page)(struct mtd_info *mtd, struct nand_chip *chip, member
/linux-2.6.39/drivers/md/
Dbitmap.c404 static struct page *read_page(struct file *file, unsigned long index, in read_page() function
551 bitmap->sb_page = read_page(bitmap->file, 0, bitmap, bytes); in bitmap_read_sb()
1013 page = read_page(file, index, bitmap, count); in bitmap_init_from_disk()