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.lookup - NFS server opening or searching for a file for client

Name

       probe::nfsd.proc.lookup - NFS server opening or searching for a file for client

See Also

tapset::nfsd(3stap)

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

Synopsis

       nfsd.proc.lookup

Values

filelen
           the length of file name

       uid
           requester's user id

       gid
           requester's group id

       filename
           file name

       client_ip
           the ip address of client

       fh
           file handle of parent dir (the first part is the length of the file handle)

       proto
           transfer protocol

       version
           nfs version

See Also