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.create - NFS server creating a file(regular,dir,device,fifo) for client

Description

       Sometimes nfsd will call nfsd_create_v3 instead of this this probe point.

Name

       probe::nfsd.create - NFS server creating a file(regular,dir,device,fifo) for client

See Also

tapset::nfsd(3stap)

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

Synopsis

       nfsd.create

Values

filename
           file name

       client_ip
           the ip address of client

       iap_mode
           file access mode

       filelen
           the length of file name

       iap_valid
           Attribute flags

       type
           file type(regular,dir,device,fifo ...)

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

See Also