1PROBE::NFS.AOP.W(3stap) Network File Storage Tapsets PROBE::NFS.AOP.W(3stap)
2
3
4
6 probe::nfs.aop.write_end - NFS client complete writing data
7
9 nfs.aop.write_end
10
12 offset
13 start address of this write operation
14
15 __page
16 the address of page
17
18 to
19 end address of this write operation
20
21 size
22 write bytes
23
24 i_flag
25 file flags
26
27 i_size
28 file length in bytes
29
30 ino
31 inode number
32
33 sb_flag
34 super block flags
35
36 dev
37 device identifier
38
39 page_index
40 offset within mapping, can used a page identifier and position
41 identifier in the page frame
42
44 Fires when do a write operation on nfs, often after prepare_write
45
46 Update and possibly write a cached page of an NFS file.
47
49 tapset::nfs(3stap)
50
51
52
53SystemTap Tapset Reference May 2019 PROBE::NFS.AOP.W(3stap)