logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::nfsd.read - NFS server reading data from a file for client

Name

       probe::nfsd.read - NFS server reading data from a file for client

See Also

tapset::nfsd(3stap)

SystemTap Tapset Reference                         April 2024                            PROBE::NFSD.READ(3stap)

Synopsis

       nfsd.read

Values

vec
           struct kvec, includes buf address in kernel address and length of each buffer

       offset
           the offset of file

       client_ip
           the ip address of client

       size
           read bytes

       vlen
           read blocks

       count
           read bytes

       fh
           file handle (the first part is the length of the file handle)

       file
           argument file, indicates if the file has been opened.

See Also