Searched refs:ll_ra_stats (Results 1 – 3 of 3) sorted by relevance
1047 sbi->ll_ra_stats = lprocfs_alloc_stats(ARRAY_SIZE(ra_stat_string), in lprocfs_register_mountpoint()1049 if (sbi->ll_ra_stats == NULL) { in lprocfs_register_mountpoint()1055 lprocfs_counter_init(sbi->ll_ra_stats, id, 0, in lprocfs_register_mountpoint()1058 sbi->ll_ra_stats); in lprocfs_register_mountpoint()1117 lprocfs_free_stats(&sbi->ll_ra_stats); in lprocfs_register_mountpoint()1127 lprocfs_free_stats(&sbi->ll_ra_stats); in lprocfs_unregister_mountpoint()
360 lprocfs_counter_incr(sbi->ll_ra_stats, which); in ll_ra_stats_inc_sbi()
490 struct lprocfs_stats *ll_ra_stats; member