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