Home
last modified time | relevance | path

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

/linux/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/fs/nfs/
H A Dnfs4super.c35 .show_stats = nfs_show_stats,
H A Dsuper.c91 .show_stats = nfs_show_stats,
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1502 def show_stats(self): member in Tui
1882 tui.show_stats()
/linux/fs/smb/client/
H A Dcifsfs.c871 .show_stats = cifs_show_stats,
/linux/Documentation/filesystems/
H A Dvfs.rst276 int (*show_stats)(struct seq_file *, struct dentry *);
398 ``show_stats``
/linux/include/linux/
H A Dfs.h2249 int (*show_stats)(struct seq_file *, struct dentry *); member