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