Searched refs:show_stats (Results 1 – 6 of 6) sorted by relevance
232 if (sb->s_op->show_stats) { in show_vfsstat()234 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()
35 .show_stats = nfs_show_stats,
85 .show_stats = nfs_show_stats,
1502 def show_stats(self): member in Tui1882 tui.show_stats()
791 .show_stats = cifs_show_stats,
2256 int (*show_stats)(struct seq_file *, struct dentry *); member