Searched refs:pagebuf (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
H A Dnand_base.c1588 if (realpage != chip->pagebuf || oob) { nand_do_read_ops()
1617 chip->pagebuf = -1; nand_do_read_ops()
1628 chip->pagebuf = realpage; nand_do_read_ops()
1632 chip->pagebuf = -1; nand_do_read_ops()
2429 if (to <= ((loff_t)chip->pagebuf << chip->page_shift) && nand_do_write_ops()
2430 ((loff_t)chip->pagebuf << chip->page_shift) < (to + ops->len)) nand_do_write_ops()
2431 chip->pagebuf = -1; nand_do_write_ops()
2460 chip->pagebuf = -1; nand_do_write_ops()
2634 if (page == chip->pagebuf) nand_do_write_oob()
2635 chip->pagebuf = -1; nand_do_write_oob()
2787 if (page <= chip->pagebuf && chip->pagebuf < nand_erase_nand()
2789 chip->pagebuf = -1; nand_erase_nand()
4147 chip->pagebuf = -1; nand_scan_tail()
/linux-4.1.27/fs/logfs/
H A Dreadwrite.c2244 void *pagebuf; logfs_inode_write() local
2252 pagebuf = kmap_atomic(page); logfs_inode_write()
2253 memcpy(pagebuf, buf, count); logfs_inode_write()
2255 kunmap_atomic(pagebuf); logfs_inode_write()
/linux-4.1.27/include/uapi/linux/
H A Dsysctl.h180 VM_PAGEBUF=17, /* struct: Control pagebuf parameters */
/linux-4.1.27/include/linux/mtd/
H A Dnand.h611 * @pagebuf: [INTERN] holds the pagenumber which is currently in
686 int pagebuf; member in struct:nand_chip
/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c1228 ehca_err(&shca->ib_device, "set pagebuf failed, e_mr=%p " ehca_rereg_mr_rereg1()

Completed in 235 milliseconds