Searched refs:mdclen (Results 1 – 1 of 1) sorted by relevance
856 int mdclen, char *mdc) in class_add_profile() argument884 if (mdclen > 0) { in class_add_profile()885 LASSERT(mdclen == (strlen(mdc) + 1)); in class_add_profile()886 OBD_ALLOC(lprof->lp_md, mdclen); in class_add_profile()891 memcpy(lprof->lp_md, mdc, mdclen); in class_add_profile()899 OBD_FREE(lprof->lp_md, mdclen); in class_add_profile()