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