Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c80 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_info_lprocfs_seq_show()
119 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_ctxs_lprocfs_seq_show()
142 strcmp(dev->obd_type->typ_name, LUSTRE_MDC_NAME) != 0 && in sptlrpc_lprocfs_cliobd_attach()
Dsec_config.c813 LASSERT(strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) == 0 || in sptlrpc_conf_client_adapt()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c640 if (endptr != NULL && strncmp(LUSTRE_MDC_NAME, *endptr + 1, in server_name2index()
641 sizeof(LUSTRE_MDC_NAME)-1) == 0) in server_name2index()
642 *endptr += sizeof(LUSTRE_MDC_NAME); in server_name2index()
Dobd_config.c552 if (strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) && in class_add_conn()
586 if (strcmp(obd->obd_type->typ_name, LUSTRE_MDC_NAME) && in class_del_conn()
Dgenops.c554 if (strcmp(type, LUSTRE_MDC_NAME) != 0 && in class_notify_sptlrpc_conf()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c279 } else if (!strcmp(name, LUSTRE_MDC_NAME) || in client_obd_setup()
394 if (!strcmp(name, LUSTRE_MDC_NAME)) { in client_obd_setup()
/linux-4.4.14/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()
334 mdc_obd = class_find_client_obd(&tgt->ltd_uuid, LUSTRE_MDC_NAME, in lmv_connect_mdc()
434 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h552 #define LUSTRE_MDC_NAME "mdc" macro
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2525 LUSTRE_MDC_NAME, NULL); in mdc_init()
2530 class_unregister_type(LUSTRE_MDC_NAME); in mdc_exit()