Provided by: systemtap-doc_4.6-2_amd64 bug

NAME

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

SYNOPSIS

       nfsd.proc.write

VALUES

       offset
           the offset of file

       uid
           requester's user id

       version
           nfs version

       vlen
           read blocks

       gid
           requester's group id

       count
           read bytes

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

       proto
           transfer protocol

       stable
           argp->stable

       size
           read bytes

       client_ip
           the ip address of client

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

SEE ALSO

       tapset::nfsd(3stap)