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