Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c611 if (!strcmp(lprof->lp_profile, prof)) { in class_get_profile()
637 lprof->lp_profile = kmemdup(prof, proflen, GFP_NOFS); in class_add_profile()
638 if (!lprof->lp_profile) { in class_add_profile()
665 kfree(lprof->lp_profile); in class_add_profile()
680 kfree(lprof->lp_profile); in class_del_profile()
695 kfree(lprof->lp_profile); in class_del_profiles()
/drivers/staging/lustre/lustre/include/
Dobd_class.h170 char *lp_profile; member