Searched refs:lmd_opts (Results 1 – 3 of 3) sorted by relevance
597 if (lsi->lsi_lmd->lmd_opts != NULL) in lustre_free_lsi()598 OBD_FREE(lsi->lsi_lmd->lmd_opts, in lustre_free_lsi()599 strlen(lsi->lsi_lmd->lmd_opts) + 1); in lustre_free_lsi()794 if (lmd->lmd_opts) in lmd_print()795 PRINT_CMD(D_MOUNT, "options: %s\n", lmd->lmd_opts); in lmd_print()1164 OBD_ALLOC(lmd->lmd_opts, strlen(options) + 1); in lmd_parse()1165 if (!lmd->lmd_opts) in lmd_parse()1167 strcpy(lmd->lmd_opts, options); in lmd_parse()
225 char *lmd_opts; /* lustre mount options (as opposed to member
939 err = ll_options(lsi->lsi_lmd->lmd_opts, &sbi->ll_flags); in ll_fill_super()