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

NAME

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

SYNOPSIS

       nfsd.proc.write

VALUES

       count
           read bytes

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

       version
           nfs version

       uid
           requester's user id

       gid
           requester's group id

       client_ip
           the ip address of client

       size
           read bytes

       proto
           transfer protocol

       stable
           argp->stable

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

       vlen
           read blocks

       offset
           the offset of file

SEE ALSO

       tapset::nfsd(3stap)