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 bitmask0
13 V4 bitmask representing the set of attributes supported on this
14 filesystem
15
16 count
17 bytes written in this execution
18
19 offset
20 the file offset
21
22 bitmask1
23 V4 bitmask representing the set of attributes supported on this
24 filesystem
25
26 how
27 used to set args.stable. The stable value could be:
28 NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC (in nfs.proc3.write_setup
29 and nfs.proc4.write_setup)
30
31 size
32 bytes written in this execution
33
34 server_ip
35 IP address of server
36
37 version
38 NFS version
39
40 prot
41 transfer protocol
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 November 2020 PROBE::NFS.PROC.(3stap)