Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c623 static int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument
643 LASSERT(osclen == (strlen(osc) + 1)); in class_add_profile()
644 lprof->lp_dt = kmemdup(osc, osclen, GFP_NOFS); in class_add_profile()