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

Name

       probe::nfsd.open - NFS server opening a file for client

See Also

tapset::nfsd(3stap)

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

Synopsis

       nfsd.open

Values

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

       type
           type of file (regular file or dir)

       access
           indicates the type of open (read/write/commit/readdir...)

       client_ip
           the ip address of client

See Also