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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_sb.h56 char *read_page; member in struct:squashfs_sb_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1206 /* Allocate read_page block */
1207 if (!(msblk->read_page = kmalloc(sblk->block_size, GFP_KERNEL))) {
1208 ERROR("Failed to allocate read_page block\n");
1302 if(msblk->read_page)
1303 kfree(msblk->read_page);
1665 char *data_ptr = msblk->read_page;
1693 if (!(bytes = squashfs_read_data(inode->i_sb, msblk->read_page,
1807 bytes = squashfs_read_data(inode->i_sb, msblk->read_page, block,
1811 memcpy(pageaddr, msblk->read_page, bytes);
2235 kfree(sbi->read_page);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dnand.h268 * @read_page: function to read a page according to the ecc generator requirements
299 int (*read_page)(struct mtd_info *mtd, member in struct:nand_ecc_ctrl
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c1099 ret = chip->ecc.read_page(mtd, chip, bufpoi);
2597 if (!chip->ecc.read_page)
2598 chip->ecc.read_page = nand_read_page_hwecc;
2614 if (!chip->ecc.read_page)
2615 chip->ecc.read_page = nand_read_page_syndrome;
2633 chip->ecc.read_page = nand_read_page_swecc;
2646 chip->ecc.read_page = nand_read_page_raw;
H A Dnandsim.c1205 static void read_page(struct nandsim *ns, int num) function
1211 NS_DBG("read_page: page %d not allocated\n", ns->regs.row);
1215 NS_DBG("read_page: page %d allocated, reading from %d\n",
1233 NS_WARN("read_page: flipping bit %d in page %d "
1320 read_page(ns, num);
H A Dcafe_nand.c775 cafe->nand.ecc.read_page = cafe_nand_read_page;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Dbitmap.c346 static struct page *read_page(struct file *file, unsigned long index, function
485 bitmap->sb_page = read_page(bitmap->file, 0, bitmap, bytes);
893 page = read_page(file, index, bitmap, count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c672 ret = chip->ecc.read_page(mtd, chip, bufpoi);
2425 if (!chip->ecc.read_page)
2426 chip->ecc.read_page = brcmnand_read_page_hwecc;

Completed in 136 milliseconds