Searched refs:LUSTRE_OSC_NAME (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_lproc.c | 79 LASSERT(strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) == 0 || in sptlrpc_info_lprocfs_seq_show() 118 LASSERT(strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) == 0 || in sptlrpc_ctxs_lprocfs_seq_show() 141 if (strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) != 0 && in sptlrpc_lprocfs_cliobd_attach()
|
D | sec_config.c | 813 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME) == 0); in sptlrpc_conf_client_adapt()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 257 .ldt_name = LUSTRE_OSC_NAME,
|
D | osc_page.c | 372 …return (*printer)(env, cookie, LUSTRE_OSC_NAME "-page@%p: 1< %#x %d %u %s %s > 2< %llu %u %u %#x %… in osc_page_print()
|
D | osc_request.c | 3310 LUSTRE_OSC_NAME, &osc_device_type); in osc_init() 3347 class_unregister_type(LUSTRE_OSC_NAME); in osc_init() 3355 class_unregister_type(LUSTRE_OSC_NAME); in osc_exit()
|
/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 101 if (!strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in cl_ocd_update()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 553 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME) && in class_add_conn() 587 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME)) { in class_del_conn()
|
D | genops.c | 555 strcmp(type, LUSTRE_OSC_NAME) != 0 && in class_notify_sptlrpc_conf()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lib.c | 272 if (!strcmp(name, LUSTRE_OSC_NAME)) { in client_obd_setup()
|
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 555 #define LUSTRE_OSC_NAME "osc" macro
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 442 if (strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in lov_notify() 522 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target()
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 780 LUSTRE_OSC_NAME) == 0); in echo_device_alloc()
|