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 server_ip
13 IP address of server
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 offset
25 the file offset
26
27 count
28 bytes written in this execution
29
30 version
31 NFS version
32
33 size
34 bytes written in this execution
35
36 bitmask0
37 V4 bitmask representing the set of attributes supported on this
38 filesystem
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 2022 PROBE::NFS.PROC.(3stap)