Home
last modified time | relevance | path

Searched refs:lsi_lmd (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c217 LASSERT(lsi->lsi_lmd); in lustre_start_mgc()
220 ptr = lsi->lsi_lmd->lmd_dev; in lustre_start_mgc()
239 mgssec = lsi->lsi_lmd->lmd_mgssec ? lsi->lsi_lmd->lmd_mgssec : ""; in lustre_start_mgc()
261 if (lmd_is_client(lsi->lsi_lmd)) { in lustre_start_mgc()
264 __u32 *flags = &lsi->lsi_lmd->lmd_flags; in lustre_start_mgc()
305 ptr = lsi->lsi_lmd->lmd_dev; in lustre_start_mgc()
319 lsi->lsi_lmd->lmd_mgs_failnodes = 1; in lustre_start_mgc()
362 lsi->lsi_lmd->lmd_mgs_failnodes = i; in lustre_start_mgc()
392 if (lmd_is_client(lsi->lsi_lmd) && in lustre_start_mgc()
393 lsi->lsi_lmd->lmd_flags & LMD_FLG_NOIR) in lustre_start_mgc()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_disk.h350 struct lustre_mount_data *lsi_lmd; /* mount command info */ member
371 #define get_profile_name(sb) (s2lsi(sb)->lsi_lmd->lmd_profile)
372 #define get_mount_flags(sb) (s2lsi(sb)->lsi_lmd->lmd_flags)
373 #define get_mntdev_name(sb) (s2lsi(sb)->lsi_lmd->lmd_dev)
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c875 err = ll_options(lsi->lsi_lmd->lmd_opts, &sbi->ll_flags); in ll_fill_super()
2101 LASSERT(s2lsi((struct super_block *)sb)->lsi_lmd->lmd_magic == LMD_MAGIC); in ll_process_config()
2251 len = strlen(lsi->lsi_lmd->lmd_profile); in ll_get_fsname()
2252 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in ll_get_fsname()
2258 strncpy(buf, lsi->lsi_lmd->lmd_profile, len); in ll_get_fsname()
2281 s2lsi(page->mapping->host->i_sb)->lsi_lmd->lmd_dev, in ll_dirty_page_discard_warn()
Dlproc_llite.c974 len = strlen(lsi->lsi_lmd->lmd_profile); in ldebugfs_register_mountpoint()
975 ptr = strrchr(lsi->lsi_lmd->lmd_profile, '-'); in ldebugfs_register_mountpoint()
981 lsi->lsi_lmd->lmd_profile, sb); in ldebugfs_register_mountpoint()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c339 LASSERT(lsi->lsi_lmd); in config_log_add()
340 if (!(lsi->lsi_lmd->lmd_flags & LMD_FLG_NOIR)) { in config_log_add()