Home
last modified time | relevance | path

Searched refs:LUSTRE_MDC_NAME (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c84 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_info_lprocfs_seq_show()
122 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_ctxs_lprocfs_seq_show()
144 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) != 0 && in sptlrpc_lprocfs_cliobd_attach()
Dsec_config.c865 LASSERT(strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_conf_client_adapt()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c749 if (endptr != NULL && strncmp(LUSTRE_MDC_NAME, *endptr + 1, in server_name2index()
750 sizeof(LUSTRE_MDC_NAME)-1) == 0) in server_name2index()
751 *endptr += sizeof(LUSTRE_MDC_NAME); in server_name2index()
Dobd_config.c783 if (strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) && in class_add_conn()
818 if (strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) && in class_del_conn()
Dgenops.c610 if (strcmp(type, LUSTRE_MDC_NAME) != 0 && in class_notify_sptlrpc_conf()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c280 } else if (!strcmp(name, LUSTRE_MDC_NAME) || in client_obd_setup()
396 if (!strcmp(name, LUSTRE_MDC_NAME)) { in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c114 LASSERT(strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) == 0); in lmv_set_mdc_active()
146 if (strcmp(watched->obd_type->typ_name, LUSTRE_MDC_NAME)) { in lmv_notify()
349 mdc_obd = class_find_client_obd(&tgt->ltd_uuid, LUSTRE_MDC_NAME, in lmv_connect_mdc()
464 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h643 #define LUSTRE_MDC_NAME "mdc" macro
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2718 LUSTRE_MDC_NAME, NULL); in mdc_init()
2723 class_unregister_type(LUSTRE_MDC_NAME); in mdc_exit()