Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c591 if (lsi->lsi_lmd->lmd_profile != NULL) in lustre_free_lsi()
592 OBD_FREE(lsi->lsi_lmd->lmd_profile, in lustre_free_lsi()
593 strlen(lsi->lsi_lmd->lmd_profile) + 1); in lustre_free_lsi()
790 PRINT_CMD(D_MOUNT, "profile: %s\n", lmd->lmd_profile); in lmd_print()
1089 rc = lmd_parse_string(&lmd->lmd_profile, s1 + 7); in lmd_parse()
1146 OBD_ALLOC(lmd->lmd_profile, strlen(s1) + 8); in lmd_parse()
1147 if (!lmd->lmd_profile) in lmd_parse()
1149 sprintf(lmd->lmd_profile, "%s-client", s1); in lmd_parse()
1223 CDEBUG(D_MOUNT, "Mounting client %s\n", lmd->lmd_profile); in lustre_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h223 char *lmd_profile; /* client only */ member
511 #define get_profile_name(sb) (s2lsi(sb)->lsi_lmd->lmd_profile)
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c985 len = strlen(lsi->lsi_lmd->lmd_profile); in lprocfs_register_mountpoint()
986 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in lprocfs_register_mountpoint()
992 lsi->lsi_lmd->lmd_profile, sb); in lprocfs_register_mountpoint()
Dllite_lib.c2315 len = strlen(lsi->lsi_lmd->lmd_profile); in ll_get_fsname()
2316 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in ll_get_fsname()
2322 strncpy(buf, lsi->lsi_lmd->lmd_profile, len); in ll_get_fsname()