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