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::nfs.proc.commit_setup - NFS client setting up a commit RPC task

Description

       The commit_setup function is used to setup a commit RPC task. Is is not doing the actual commit
       operation. It does not exist in NFSv2.

Name

       probe::nfs.proc.commit_setup - NFS client setting up a commit RPC task

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.commit_setup

Values

prot
           transfer protocol

       bitmask0
           V4 bitmask representing the set of attributes supported on this filesystem

       bitmask1
           V4 bitmask representing the set of attributes supported on this filesystem

       version
           NFS version

       offset
           the file offset

       server_ip
           IP address of server

       size
           bytes in this commit

       count
           bytes in this commit

See Also