Provided by: systemtap-doc_3.1-3ubuntu0.1_all bug

NAME

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

SYNOPSIS

       nfsd.write

VALUES

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

       count
           read bytes

       size
           read bytes

       client_ip
           the ip address of client

       vlen
           read blocks

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

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

       offset
           the offset of file

SEE ALSO

       tapset::nfsd(3stap)