Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dproc_namespace.c232 if (sb->s_op->show_stats) { in show_vfsstat()
234 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()
/openbmc/linux/fs/nfs/
H A Dnfs4super.c35 .show_stats = nfs_show_stats,
H A Dsuper.c90 .show_stats = nfs_show_stats,
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1502 def show_stats(self): member in Tui
1882 tui.show_stats()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h276 int (*show_stats)(struct seq_file *, struct dentry *); member
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c841 .show_stats = cifs_show_stats,
/openbmc/linux/Documentation/filesystems/
H A Dvfs.rst276 int (*show_stats)(struct seq_file *, struct dentry *);
398 ``show_stats``
/openbmc/linux/include/linux/
H A Dfs.h2079 int (*show_stats)(struct seq_file *, struct dentry *); member