Home
last modified time | relevance | path

Searched refs:show_stats (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/writeback/
H A Dwb_monitor.py85 def show_stats(self): member in Stats
161 wb_stats.show_stats()
163 bdi_stats.show_stats()
/linux-6.15/fs/
H A Dproc_namespace.c228 if (sb->s_op->show_stats) { in show_vfsstat()
230 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()
/linux-6.15/fs/nfs/
H A Dnfs4super.c35 .show_stats = nfs_show_stats,
H A Dsuper.c91 .show_stats = nfs_show_stats,
/linux-6.15/tools/kvm/kvm_stat/
H A Dkvm_stat1502 def show_stats(self): member in Tui
1882 tui.show_stats()
/linux-6.15/fs/smb/client/
H A Dcifsfs.c881 .show_stats = cifs_show_stats,
/linux-6.15/fs/xfs/
H A Dxfs_super.c1299 .show_stats = xfs_fs_show_stats,
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst276 int (*show_stats)(struct seq_file *, struct dentry *);
398 ``show_stats``
/linux-6.15/include/linux/
H A Dfs.h2309 int (*show_stats)(struct seq_file *, struct dentry *); member