Searched refs:xfsstats (Results 1 – 3 of 3) sorted by relevance
157 struct xfsstats __percpu *xs_stats;161 extern struct xstats xfsstats;
1751 mp->m_stats.xs_stats = alloc_percpu(struct xfsstats); in xfs_fs_fill_super() 2666 xfsstats.xs_kobj.kobject.kset = xfs_kset; in init_xfs_fs() 2668 xfsstats.xs_stats = alloc_percpu(struct xfsstats); in init_xfs_fs() 2669 if (!xfsstats.xs_stats) { in init_xfs_fs() 2674 error = xfs_sysfs_init(&xfsstats.xs_kobj, &xfs_stats_ktype, NULL, in init_xfs_fs() 2708 xfs_sysfs_del(&xfsstats.xs_kobj); in init_xfs_fs() 2710 free_percpu(xfsstats.xs_stats); in init_xfs_fs() 2737 xfs_sysfs_del(&xfsstats.xs_kobj); in exit_xfs_fs() 2738 free_percpu(xfsstats in exit_xfs_fs() [all...]
25 xfs_stats_clearall(xfsstats.xs_stats); in xfs_stats_clear_proc_handler()