Provided by: systemtap-doc_5.0-2ubuntu1_amd64 bug

NAME

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

SYNOPSIS

       nfsd.proc.write

VALUES

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

       offset
           the offset of file

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

       version
           nfs version

       gid
           requester's group id

       proto
           transfer protocol

       client_ip
           the ip address of client

       uid
           requester's user id

       count
           read bytes

       vlen
           read blocks

       size
           read bytes

       stable
           argp->stable

SEE ALSO

       tapset::nfsd(3stap)