Home
last modified time | relevance | path

Searched refs:pg_bytes_written (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dread.c90 NFS_I(pgio->pg_inode)->read_io += pgm->pg_bytes_written; in nfs_pageio_complete_read()
91 npages = (pgm->pg_bytes_written + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfs_pageio_complete_read()
H A Dpagelist.c801 mirror->pg_bytes_written = 0; in nfs_pageio_mirror_init()
1152 mirror->pg_bytes_written += mirror->pg_count; in nfs_pageio_doio()
/linux/include/linux/
H A Dnfs_page.h90 unsigned long pg_bytes_written; member