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