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 page_index
13 offset within mapping, can used a page identifier and position
14 identifier in the page frame
15
16 i_flag
17 file flags
18
19 offset
20 start address of this write operation
21
22 size
23 write bytes
24
25 to
26 end address of this write operation
27
28 dev
29 device identifier
30
31 __page
32 the address of page
33
34 i_size
35 file length in bytes
36
37 ino
38 inode number
39
40 sb_flag
41 super block flags
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 2022 PROBE::NFS.AOP.W(3stap)