Searched refs:obd_stats (Results 1 – 3 of 3) sorted by relevance
367 if ((obdx)->obd_stats != NULL) { \371 LASSERT(coffset < (obdx)->obd_stats->ls_num); \372 lprocfs_counter_incr((obdx)->obd_stats, coffset); \376 if ((export)->exp_obd->obd_stats != NULL) { \380 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \381 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \403 if ((export)->exp_obd->obd_stats != NULL) { \
911 struct lprocfs_stats *obd_stats; member
1390 LASSERT(obd->obd_stats == NULL); in lprocfs_alloc_obd_stats()1416 obd->obd_stats = stats; in lprocfs_alloc_obd_stats()1425 if (obd->obd_stats) in lprocfs_free_obd_stats()1426 lprocfs_free_stats(&obd->obd_stats); in lprocfs_free_obd_stats()