Home
last modified time | relevance | path

Searched refs:lmd_opts (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c597 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h225 char *lmd_opts; /* lustre mount options (as opposed to member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c939 err = ll_options(lsi->lsi_lmd->lmd_opts, &sbi->ll_flags); in ll_fill_super()