1PROBE::NFS.PROC.(3stap) Network File Storage Tapsets PROBE::NFS.PROC.(3stap)
2
3
4
6 probe::nfs.proc.write_setup - NFS client setting up a write RPC task
7
9 nfs.proc.write_setup
10
12 count
13 bytes written in this execution
14
15 how
16 used to set args.stable. The stable value could be:
17 NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC (in nfs.proc3.write_setup
18 and nfs.proc4.write_setup)
19
20 prot
21 transfer protocol
22
23 bitmask1
24 V4 bitmask representing the set of attributes supported on this
25 filesystem
26
27 version
28 NFS version
29
30 offset
31 the file offset
32
33 server_ip
34 IP address of server
35
36 size
37 bytes written in this execution
38
39 bitmask0
40 V4 bitmask representing the set of attributes supported on this
41 filesystem
42
44 The write_setup function is used to setup a write RPC task. It is not
45 doing the actual write operation.
46
48 tapset::nfs_proc(3stap)
49
50
51
52SystemTap Tapset Reference May 2022 PROBE::NFS.PROC.(3stap)