Home
last modified time | relevance | path

Searched refs:LUSTRE_LOV_NAME (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_page.c136 return (*printer)(env, cookie, LUSTRE_LOV_NAME"-page@%p\n", lp); in lov_page_print()
Dlov_dev.c522 .ldt_name = LUSTRE_LOV_NAME,
Dlov_obd.c2371 LUSTRE_LOV_NAME, &lov_device_type); in lov_init()
2383 class_unregister_type(LUSTRE_LOV_NAME); in lov_exit()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h647 #define LUSTRE_LOV_NAME "lov" macro
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c774 if (strcmp(tgt_type_name, LUSTRE_LOV_NAME) == 0) in echo_device_alloc()