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