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.write_setup - NFS client setting up a write RPC task

Description

       The write_setup function is used to setup a write RPC task. It is not doing the actual write operation.

Name

       probe::nfs.proc.write_setup - NFS client setting up a write RPC task

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.write_setup

Values

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

       prot
           transfer protocol

       size
           bytes written in this execution

       count
           bytes written in this execution

       offset
           the file offset

       how
           used to set args.stable. The stable value could be: NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC (in
           nfs.proc3.write_setup and nfs.proc4.write_setup)

       server_ip
           IP address of server

See Also