Searched refs:ll_ra_stats (Results 1 – 3 of 3) sorted by relevance
1040 sbi->ll_ra_stats = lprocfs_alloc_stats(ARRAY_SIZE(ra_stat_string), in ldebugfs_register_mountpoint()1042 if (sbi->ll_ra_stats == NULL) { in ldebugfs_register_mountpoint()1048 lprocfs_counter_init(sbi->ll_ra_stats, id, 0, in ldebugfs_register_mountpoint()1052 sbi->ll_ra_stats); in ldebugfs_register_mountpoint()1084 lprocfs_free_stats(&sbi->ll_ra_stats); in ldebugfs_register_mountpoint()1096 lprocfs_free_stats(&sbi->ll_ra_stats); in ldebugfs_unregister_mountpoint()
354 lprocfs_counter_incr(sbi->ll_ra_stats, which); in ll_ra_stats_inc_sbi()
481 struct lprocfs_stats *ll_ra_stats; member