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 dev
17 device identifier
18
19 i_size
20 file length in bytes
21
22 i_flag
23 file flags
24
25 ino
26 inode number
27
28 for_kupdate
29 a flag of writeback_control, indicates if it's a kupdate writeback
30
31 page_index
32 offset within mapping, can used a page identifier and position
33 identifier in the page frame
34
35 sb_flag
36 super block flags
37
38 size
39 number of pages to be written in this execution
40
41 wsize
42 write size
43
44 for_reclaim
45 a flag of writeback_control, indicates if it's invoked from the
46 page allocator
47
48 __page
49 the address of page
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 April 2023 PROBE::NFS.AOP.W(3stap)