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 - NFS client synchronously writes file to server

Description

       All the nfs.proc.write kernel functions were removed in kernel commit 200baa in December 2006, so these
       probes do not exist on Linux 2.6.21 and newer kernels.

Name

       probe::nfs.proc.write - NFS client synchronously writes file to server

See Also

tapset::nfs_proc(3stap)

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

Synopsis

       nfs.proc.write

Values

flags
           used to set task->tk_flags in rpc_init_task function

       size
           read bytes in this execution

       server_ip
           IP address of server

       offset
           the file offset

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

       version
           NFS version

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

       prot
           transfer protocol

See Also