Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

       probe::nfs.fop.read_iter - NFS client read_iter file operation

SYNOPSIS

       nfs.fop.read_iter

VALUES

       ino
           inode number

       cache_valid
           cache related bit mask flag

       file_name
           file name

       pos
           current position of file

       attrtimeo
           how long the cached information is assumed to be valid. We need to revalidate the
           cached attrs for this inode if jiffies - read_cache_jiffies > attrtimeo.

       count
           read bytes

       parent_name
           parent dir name

       cache_time
           when we started read-caching this inode

       dev
           device identifier

SEE ALSO

       tapset::nfs(3stap)