Provided by: systemtap-doc_4.2-3ubuntu0.1_all bug

NAME

       probe::nfsd.write - NFS server writing data to a file for client

SYNOPSIS

       nfsd.write

VALUES

       client_ip
           the ip address of client

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

       vlen
           read blocks

       size
           read bytes

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

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

       offset
           the offset of file

       count
           read bytes

SEE ALSO

       tapset::nfsd(3stap)