Searched refs:profilenm (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 855 char *profilenm = get_profile_name(sb); in ll_fill_super() local 899 err = lustre_process_log(sb, profilenm, cfg); in ll_fill_super() 906 lprof = class_get_profile(profilenm); in ll_fill_super() 909 profilenm); in ll_fill_super() 913 CDEBUG(D_CONFIG, "Found profile %s: mdc=%s osc=%s\n", profilenm, in ll_fill_super() 937 LCONSOLE_WARN("Mounted %s\n", profilenm); in ll_fill_super() 949 char *profilenm = get_profile_name(sb); in ll_put_super() local 952 CDEBUG(D_VFSTRACE, "VFS Op: sb %p - %s\n", sb, profilenm); in ll_put_super() 955 lustre_end_log(sb, profilenm, &cfg); in ll_put_super() 986 LCONSOLE_WARN("Unmounted %s\n", profilenm ? profilenm : ""); in ll_put_super() [all …]
|