Home
last modified time | relevance | path

Searched refs:read_io (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/sandbox/lib/
H A Dpci_io.c63 if (ops && ops->read_io) { in pci_io_read()
64 ret = (ops->read_io)(dev, addr, valuep, size); in pci_io_read()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dread.c148 NFS_I(inode)->read_io += pgm->pg_bytes_written; in nfs_readpage_async()
453 NFS_I(inode)->read_io += pgm->pg_bytes_written; in nfs_readpages()
H A Ddirect.c489 NFS_I(inode)->read_io += count; in nfs_file_direct_read()
H A Dpnfs.c301 nfsi->read_io = 0; in pnfs_detach_layout_hdr()
1876 nfsi->read_io); in pnfs_within_mdsthreshold()
1878 if (nfsi->read_io < t->rd_io_sz) in pnfs_within_mdsthreshold()
H A Dinode.c528 nfsi->read_io = 0; in nfs_fhget()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dswap_case.c268 .read_io = sandbox_swap_case_read_io,
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcxd2099.c117 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() function
418 read_io(ci, address, &val); in read_cam_control()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs.h189 __u64 read_io; member
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1339 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, member