Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::nfs.proc.rename_done - NFS client response to a rename RPC task

SYNOPSIS

       nfs.proc.rename_done

VALUES

       timestamp
           V4 timestamp, which is used for lease renewal

       old_fh
           file handle of old parent dir

       new_fh
           file handle of new parent dir

       version
           NFS version

       prot
           transfer protocol

       status
           result of last operation

       server_ip
           IP address of server

DESCRIPTION

       Fires when a reply to a rename RPC task is received or some rename error occurs (timeout
       or socket shutdown).

SEE ALSO

       tapset::nfs_proc(3stap)