Home
last modified time | relevance | path

Searched refs:proflen (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
636 LASSERT(proflen == (strlen(prof) + 1)); in class_add_profile()
637 lprof->lp_profile = kmemdup(prof, proflen, GFP_NOFS); in class_add_profile()