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::nfsd.proc.rename - NFS Server renaming a file for client

Name

       probe::nfsd.proc.rename - NFS Server renaming a file for client

See Also

tapset::nfsd(3stap)

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

Synopsis

       nfsd.proc.rename

Values

tfh
           file handler of new path

       gid
           requester's group id

       filename
           old file name

       flen
           length of old file name

       uid
           requester's user id

       tlen
           length of new file name

       tname
           new file name

       client_ip
           the ip address of client

       fh
           file handler of old path

return

See Also