Searched refs:show_stats (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/ |
D | proc_namespace.c | 222 if (sb->s_op->show_stats) { in show_vfsstat() 225 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4super.c | 62 .show_stats = nfs_show_stats,
|
D | super.c | 319 .show_stats = nfs_show_stats,
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.c | 583 .show_stats = cifs_show_stats,
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 2275 static ssize_t show_stats(struct device *device, struct device_attribute *attr, in show_stats() function 2317 static DEVICE_ATTR(stats, S_IRUGO, show_stats, NULL);
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1697 int (*show_stats)(struct seq_file *, struct dentry *); member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 3991 static ssize_t show_stats(struct device *d, struct device_attribute *attr, in show_stats() function 4010 static DEVICE_ATTR(stats, S_IRUGO, show_stats, NULL);
|