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 - NFS client renames a file on server

Name

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

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.rename

Values

server_ip
           IP address of server

       new_fh
           file handle of new parent dir

       old_fh
           file handle of old parent dir

       old_filelen
           length of old file name

       prot
           transfer protocol

       old_name
           old file name

       new_filelen
           length of new file name

       new_name
           new file name

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

See Also