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.createv3 - NFS server creating a regular file or set file attributes for client

Description

       This probepoints is only called by nfsd3_proc_create and nfsd4_open when op_claim_type is
       NFS4_OPEN_CLAIM_NULL.

Name

       probe::nfsd.createv3 - NFS server creating a regular file or set file attributes for client

See Also

tapset::nfsd(3stap)

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

Synopsis

       nfsd.createv3

Values

createmode
           create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or
           NFS3_CREATE_GUARDED

       verifier
           file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE

       client_ip
           the ip address of client

       iap_mode
           file access mode

       filename
           file name

       truncp
           trunp arguments, indicates if the file shouldbe truncate

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

       iap_valid
           Attribute flags

       filelen
           the length of file name

See Also