1PROBE::NFS.AOP.R(3stap) Network File Storage Tapsets PROBE::NFS.AOP.R(3stap)
2
3
4
6 probe::nfs.aop.readpage - NFS client synchronously reading a page
7
9 nfs.aop.readpage
10
12 sb_flag
13 super block flags
14
15 page_index
16 offset within mapping, can used a page identifier and position
17 identifier in the page frame
18
19 i_flag
20 file flags
21
22 __page
23 the address of page
24
25 rsize
26 read size (in bytes)
27
28 file
29 file argument
30
31 ino
32 inode number
33
34 i_size
35 file length in bytes
36
37 size
38 number of pages to be read in this execution
39
40 dev
41 device identifier
42
44 Read the page over, only fires when a previous async read operation
45 failed
46
48 tapset::nfs(3stap)
49
50
51
52SystemTap Tapset Reference November 2022 PROBE::NFS.AOP.R(3stap)