Searched refs:LUSTRE_MDC_NAME (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_lproc.c | 84 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()
|
D | sec_config.c | 865 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/ |
D | obd_mount.c | 749 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()
|
D | obd_config.c | 783 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()
|
D | genops.c | 610 if (strcmp(type, LUSTRE_MDC_NAME) != 0 && in class_notify_sptlrpc_conf()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 280 } 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/ |
D | lmv_obd.c | 114 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/ |
D | obd.h | 643 #define LUSTRE_MDC_NAME "mdc" macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2718 LUSTRE_MDC_NAME, NULL); in mdc_init() 2723 class_unregister_type(LUSTRE_MDC_NAME); in mdc_exit()
|