Home
last modified time | relevance | path

Searched refs:ll_ra_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1047 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()
Drw.c360 lprocfs_counter_incr(sbi->ll_ra_stats, which); in ll_ra_stats_inc_sbi()
Dllite_internal.h490 struct lprocfs_stats *ll_ra_stats; member