Searched refs:read_io (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | read.c | 148 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 D | direct.c | 489 NFS_I(inode)->read_io += count; in nfs_file_direct_read()
|
H A D | pnfs.c | 301 nfsi->read_io = 0; in pnfs_detach_layout_hdr() 1837 * The nfs_inode read_io and write_io fields are cumulative counters reset 1875 dprintk("%s nfsi->read_io %llu\n", __func__, in pnfs_within_mdsthreshold() 1876 nfsi->read_io); in pnfs_within_mdsthreshold() 1878 if (nfsi->read_io < t->rd_io_sz) in pnfs_within_mdsthreshold()
|
H A D | inode.c | 528 nfsi->read_io = 0; in nfs_fhget()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cxd2099.c | 117 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()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | cxd2099.c | 108 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() function 409 read_io(ci, address, &val); in read_cam_control()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_fs.h | 189 __u64 read_io; member
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | read.c | 90 NFS_I(pgio->pg_inode)->read_io += pgm->pg_bytes_written; in nfs_pageio_complete_read()
|
H A D | direct.c | 463 NFS_I(inode)->read_io += count; in nfs_file_direct_read()
|
H A D | pnfs.c | 301 nfsi->read_io = 0; in pnfs_detach_layout_hdr() 1834 * The nfs_inode read_io and write_io fields are cumulative counters reset 1872 dprintk("%s nfsi->read_io %llu\n", __func__, in pnfs_within_mdsthreshold() 1873 nfsi->read_io); in pnfs_within_mdsthreshold() 1875 if (nfsi->read_io < t->rd_io_sz) in pnfs_within_mdsthreshold()
|
H A D | inode.c | 525 nfsi->read_io = 0; in nfs_fhget()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_fs.h | 243 __u64 read_io; member
|
Completed in 23 milliseconds