Searched refs:obdx (Results 1 – 1 of 1) sorted by relevance
366 #define OBD_COUNTER_INCREMENT(obdx, op) \ argument367 if ((obdx)->obd_stats != NULL) { \369 coffset = (unsigned int)((obdx)->obd_cntr_base) + \371 LASSERT(coffset < (obdx)->obd_stats->ls_num); \372 lprocfs_counter_incr((obdx)->obd_stats, coffset); \393 #define MD_COUNTER_INCREMENT(obdx, op) \ argument396 coffset = (unsigned int)((obdx)->md_cntr_base) + \398 LASSERT(coffset < (obdx)->md_stats->ls_num); \399 lprocfs_counter_incr((obdx)->md_stats, coffset); \