'\" t .\" Title: probe::nfsd.write .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Network File Storage Tapsets .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::NFSD\&.WRITE" "3stap" "May 2021" "SystemTap Tapset Reference" "Network File Storage Tapsets" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::nfsd.write \- NFS server writing data to a file for client .SH "SYNOPSIS" .sp .nf nfsd\&.write .fi .SH "VALUES" .PP \fIsize\fR .RS 4 read bytes .RE .PP \fIclient_ip\fR .RS 4 the ip address of client .RE .PP \fIcount\fR .RS 4 read bytes .RE .PP \fIvec\fR .RS 4 struct kvec, includes buf address in kernel address and length of each buffer .RE .PP \fIvlen\fR .RS 4 read blocks .RE .PP \fIoffset\fR .RS 4 the offset of file .RE .PP \fIfh\fR .RS 4 file handle (the first part is the length of the file handle) .RE .PP \fIfile\fR .RS 4 argument file, indicates if the file has been opened\&. .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap)