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::nfs.proc.rename_done - NFS client response to a rename RPC task

Description

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

Name

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

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.rename_done

Values

prot
           transfer protocol

       timestamp
           V4 timestamp, which is used for lease renewal

       version
           NFS version

       server_ip
           IP address of server

       new_fh
           file handle of new parent dir

       old_fh
           file handle of old parent dir

       status
           result of last operation

See Also