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