Home
last modified time | relevance | path

Searched refs:LUSTRE_OSC_NAME (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_lproc.c83 LASSERT(strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) == 0 || in sptlrpc_info_lprocfs_seq_show()
121 LASSERT(strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) == 0 || in sptlrpc_ctxs_lprocfs_seq_show()
143 if (strcmp(dev->obd_type->typ_name, LUSTRE_OSC_NAME) != 0 && in sptlrpc_lprocfs_cliobd_attach()
Dsec_config.c866 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME) == 0); in sptlrpc_conf_client_adapt()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_misc.c102 if (!strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in cl_ocd_update()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_dev.c257 .ldt_name = LUSTRE_OSC_NAME,
Dosc_page.c372 …return (*printer)(env, cookie, LUSTRE_OSC_NAME "-page@%p: 1< %#x %d %u %s %s > 2< %llu %u %u %#x %… in osc_page_print()
Dosc_request.c3355 LUSTRE_OSC_NAME, &osc_device_type); in osc_init()
3369 class_unregister_type(LUSTRE_OSC_NAME); in osc_exit()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c273 if (!strcmp(name, LUSTRE_OSC_NAME)) { in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c784 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME) && in class_add_conn()
819 strcmp(obd->obd_type->typ_name, LUSTRE_OSC_NAME)) { in class_del_conn()
Dgenops.c611 strcmp(type, LUSTRE_OSC_NAME) != 0 && in class_notify_sptlrpc_conf()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h646 #define LUSTRE_OSC_NAME "osc" macro
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c454 if (strcmp(watched->obd_type->typ_name, LUSTRE_OSC_NAME)) { in lov_notify()
534 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c778 LUSTRE_OSC_NAME) == 0); in echo_device_alloc()