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 bitmask1
13 V4 bitmask representing the set of attributes supported on this
14 filesystem
15
16 version
17 NFS version
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 offset
25 the file offset
26
27 server_ip
28 IP address of server
29
30 count
31 bytes written in this execution
32
33 prot
34 transfer protocol
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 April 2023 PROBE::NFS.PROC.(3stap)