Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c76 if (!strcmp(type, LUSTRE_MDT_NAME)) in sptlrpc_target_sec_part()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c834 if (strcmp(exp->exp_obd->obd_type->typ_name, LUSTRE_MDT_NAME) != 0) in ldlm_init_flock_export()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c126 modname = LUSTRE_MDT_NAME; in class_get_type()
612 strcmp(type, LUSTRE_MDT_NAME) != 0 && in class_notify_sptlrpc_conf()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h642 #define LUSTRE_MDT_NAME "mdt" macro
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c732 if (!strcmp(tgt->obd_type->typ_name, LUSTRE_MDT_NAME)) { in echo_device_alloc()