Searched refs:lmd_opts (Results 1 – 3 of 3) sorted by relevance
531 kfree(lsi->lsi_lmd->lmd_opts); in lustre_free_lsi()684 if (lmd->lmd_opts) in lmd_print()685 PRINT_CMD(D_MOUNT, "options: %s\n", lmd->lmd_opts); in lmd_print()1056 lmd->lmd_opts = kzalloc(strlen(options) + 1, GFP_NOFS); in lmd_parse()1057 if (!lmd->lmd_opts) in lmd_parse()1059 strcpy(lmd->lmd_opts, options); in lmd_parse()
84 char *lmd_opts; /* lustre mount options (as opposed to member
875 err = ll_options(lsi->lsi_lmd->lmd_opts, &sbi->ll_flags); in ll_fill_super()