Searched refs:lmd_profile (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 529 kfree(lsi->lsi_lmd->lmd_profile); in lustre_free_lsi() 680 PRINT_CMD(D_MOUNT, "profile: %s\n", lmd->lmd_profile); in lmd_print() 976 rc = lmd_parse_string(&lmd->lmd_profile, s1 + 7); in lmd_parse() 1035 lmd->lmd_profile = kasprintf(GFP_NOFS, "%s-client", s1); in lmd_parse() 1036 if (!lmd->lmd_profile) in lmd_parse() 1111 CDEBUG(D_MOUNT, "Mounting client %s\n", lmd->lmd_profile); in lustre_fill_super()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 81 char *lmd_profile; /* client only */ member 371 #define get_profile_name(sb) (s2lsi(sb)->lsi_lmd->lmd_profile)
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 974 len = strlen(lsi->lsi_lmd->lmd_profile); in ldebugfs_register_mountpoint() 975 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in ldebugfs_register_mountpoint() 981 lsi->lsi_lmd->lmd_profile, sb); in ldebugfs_register_mountpoint()
|
D | llite_lib.c | 2251 len = strlen(lsi->lsi_lmd->lmd_profile); in ll_get_fsname() 2252 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in ll_get_fsname() 2258 strncpy(buf, lsi->lsi_lmd->lmd_profile, len); in ll_get_fsname()
|