Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c856 int mdclen, char *mdc) in class_add_profile() argument
884 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()