1PROBE::NFS.FOP.A(3stap) Network File Storage Tapsets PROBE::NFS.FOP.A(3stap)
2
3
4
6 probe::nfs.fop.aio_read - NFS client aio_read file operation
7
9 nfs.fop.aio_read
10
12 cache_time
13 when we started read-caching this inode
14
15 buf
16 the address of buf in user space
17
18 parent_name
19 parent dir name
20
21 file_name
22 file name
23
24 count
25 read bytes
26
27 dev
28 device identifier
29
30 attrtimeo
31 how long the cached information is assumed to be valid. We need to
32 revalidate the cached attrs for this inode if jiffies -
33 read_cache_jiffies > attrtimeo.
34
35 ino
36 inode number
37
38 pos
39 current position of file
40
41 cache_valid
42 cache related bit mask flag
43
45 tapset::nfs(3stap)
46
47
48
49SystemTap Tapset Reference May 2019 PROBE::NFS.FOP.A(3stap)