Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h394 if ((obd)->md_stats != NULL) { \
398 LASSERT(coffset < (obdx)->md_stats->ls_num); \
399 lprocfs_counter_incr((obdx)->md_stats, coffset); \
407 LASSERT(coffset < (export)->exp_obd->md_stats->ls_num); \
408 lprocfs_counter_incr((export)->exp_obd->md_stats, coffset); \
Dobd.h914 struct lprocfs_stats *md_stats; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1481 LASSERT(obd->md_stats == NULL); in lprocfs_alloc_md_stats()
1504 obd->md_stats = stats; in lprocfs_alloc_md_stats()
1513 struct lprocfs_stats *stats = obd->md_stats; in lprocfs_free_md_stats()
1516 obd->md_stats = NULL; in lprocfs_free_md_stats()