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