Searched refs:LUSTRE_VERSION_CODE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_ver.h | 13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR, \ macro
|
D | obd.h | 351 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 7, 50, 0)
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 680 imp->imp_connect_data.ocd_version = LUSTRE_VERSION_CODE; in ptlrpc_connect_import() 1037 (ocd->ocd_version > LUSTRE_VERSION_CODE + in ptlrpc_connect_interpret() 1039 ocd->ocd_version < LUSTRE_VERSION_CODE - in ptlrpc_connect_interpret() 1054 ocd->ocd_version > LUSTRE_VERSION_CODE ? in ptlrpc_connect_interpret() 1058 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in ptlrpc_connect_interpret() 1172 (ocd->ocd_version != LUSTRE_VERSION_CODE)) { in ptlrpc_connect_interpret()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 386 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in lustre_start_mgc() 395 data->ocd_version = LUSTRE_VERSION_CODE; in lustre_start_mgc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1401 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in mgc_process_recover_log()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2067 ocd->ocd_version = LUSTRE_VERSION_CODE; in echo_client_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 211 data->ocd_version = LUSTRE_VERSION_CODE; in client_common_fill_super()
|