Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c917 char *profilenm = get_profile_name(sb); in ll_fill_super() local
963 err = lustre_process_log(sb, profilenm, cfg); in ll_fill_super()
970 lprof = class_get_profile(profilenm); in ll_fill_super()
973 profilenm); in ll_fill_super()
977 CDEBUG(D_CONFIG, "Found profile %s: mdc=%s osc=%s\n", profilenm, in ll_fill_super()
1003 LCONSOLE_WARN("Mounted %s\n", profilenm); in ll_fill_super()
1015 char *profilenm = get_profile_name(sb); in ll_put_super() local
1018 CDEBUG(D_VFSTRACE, "VFS Op: sb %p - %s\n", sb, profilenm); in ll_put_super()
1023 lustre_end_log(sb, profilenm, &cfg); in ll_put_super()
1054 LCONSOLE_WARN("Unmounted %s\n", profilenm ? profilenm : ""); in ll_put_super()
[all …]