Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c855 int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument
868 LASSERT(proflen == (strlen(prof) + 1)); in class_add_profile()
869 OBD_ALLOC(lprof->lp_profile, proflen); in class_add_profile()
874 memcpy(lprof->lp_profile, prof, proflen); in class_add_profile()
903 OBD_FREE(lprof->lp_profile, proflen); in class_add_profile()