Provided by: systemtap-doc_3.1-3ubuntu0.1_all bug

NAME

       probe::nfs.proc.rename - NFS client renames a file on server

SYNOPSIS

       nfs.proc.rename

VALUES

       version
           NFS version (the function is used for all NFS version)

       new_fh
           file handle of new parent dir

       prot
           transfer protocol

       server_ip
           IP address of server

       old_fh
           file handle of old parent dir

       old_name
           old file name

       old_filelen
           length of old file name

       new_name
           new file name

       new_filelen
           length of new file name

SEE ALSO

       tapset::nfs_proc(3stap)