'\" t .\" Title: probe::nfs.proc.rename .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: Network File Storage Tapsets .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::NFS\&.PROC\&." "3stap" "November 2020" "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::nfs.proc.rename \- NFS client renames a file on server .SH "SYNOPSIS" .sp .nf nfs\&.proc\&.rename .fi .SH "VALUES" .PP \fIold_name\fR .RS 4 old file name .RE .PP \fInew_name\fR .RS 4 new file name .RE .PP \fIprot\fR .RS 4 transfer protocol .RE .PP \fIversion\fR .RS 4 NFS version (the function is used for all NFS version) .RE .PP \fIold_filelen\fR .RS 4 length of old file name .RE .PP \fInew_fh\fR .RS 4 file handle of new parent dir .RE .PP \fIserver_ip\fR .RS 4 IP address of server .RE .PP \fInew_filelen\fR .RS 4 length of new file name .RE .PP \fIold_fh\fR .RS 4 file handle of old parent dir .RE .SH SEE ALSO\n .IR tapset::nfs_proc (3stap)