Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c238 ptr = lsi->lsi_lmd->lmd_dev; in lustre_start_mgc()
360 ptr = lsi->lsi_lmd->lmd_dev; in lustre_start_mgc()
588 if (lsi->lsi_lmd->lmd_dev != NULL) in lustre_free_lsi()
589 OBD_FREE(lsi->lsi_lmd->lmd_dev, in lustre_free_lsi()
590 strlen(lsi->lsi_lmd->lmd_dev) + 1); in lustre_free_lsi()
791 PRINT_CMD(D_MOUNT, "device: %s\n", lmd->lmd_dev); in lmd_print()
825 index, lmd->lmd_exclude_count, lmd->lmd_dev); in lustre_check_exclusion()
1153 OBD_ALLOC(lmd->lmd_dev, strlen(devname) + 1); in lmd_parse()
1154 if (!lmd->lmd_dev) in lmd_parse()
1156 strcpy(lmd->lmd_dev, devname); in lmd_parse()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h222 char *lmd_dev; /* device name */ member
513 #define get_mntdev_name(sb) (s2lsi(sb)->lsi_lmd->lmd_dev)
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2345 s2lsi(page->mapping->host->i_sb)->lsi_lmd->lmd_dev, in ll_dirty_page_discard_warn()