1PROBE::NFS.AOP.W(3stap) Network File Storage Tapsets PROBE::NFS.AOP.W(3stap)
2
3
4
6 probe::nfs.aop.writepage - NFS client writing a mapped page to the NFS
7 server
8
10 nfs.aop.writepage
11
13 i_state
14 inode state flags
15
16 size
17 number of pages to be written in this execution
18
19 wsize
20 write size
21
22 dev
23 device identifier
24
25 i_size
26 file length in bytes
27
28 ino
29 inode number
30
31 for_kupdate
32 a flag of writeback_control, indicates if it's a kupdate writeback
33
34 __page
35 the address of page
36
37 sb_flag
38 super block flags
39
40 i_flag
41 file flags
42
43 page_index
44 offset within mapping, can used a page identifier and position
45 identifier in the page frame
46
47 for_reclaim
48 a flag of writeback_control, indicates if it's invoked from the
49 page allocator
50
52 The priority of wb is decided by the flags for_reclaim and for_kupdate.
53
55 tapset::nfs(3stap)
56
57
58
59SystemTap Tapset Reference November 2021 PROBE::NFS.AOP.W(3stap)