Searched refs:obd_stats (Results 1 – 2 of 2) sorted by relevance
309 if ((obdx)->obd_stats != NULL) { \313 LASSERT(coffset < (obdx)->obd_stats->ls_num); \314 lprocfs_counter_incr((obdx)->obd_stats, coffset); \318 if ((export)->exp_obd->obd_stats != NULL) { \322 LASSERT(coffset < (export)->exp_obd->obd_stats->ls_num); \323 lprocfs_counter_incr((export)->exp_obd->obd_stats, coffset); \341 if ((export)->exp_obd->obd_stats != NULL) { \
780 struct lprocfs_stats *obd_stats; member