logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::nfsd(3stap)

SystemTap Tapset Reference                         April 2024                            PROBE::NFSD.PROC(3stap)

Synopsis

       nfsd.proc.write

Values

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

       version
           nfs version

       offset
           the offset of file

       client_ip
           the ip address of client

       gid
           requester's group id

       uid
           requester's user id

       count
           read bytes

       proto
           transfer protocol

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

       size
           read bytes

       stable
           argp->stable

       vlen
           read blocks

See Also