Home
last modified time | relevance | path

Searched refs:OBD_OCD_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1050 OBD_OCD_VERSION_MAJOR(ocd->ocd_version), in ptlrpc_connect_interpret()
1067 OBD_OCD_VERSION_MAJOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret()
1180 OBD_OCD_VERSION_MAJOR(ocd->ocd_version), in ptlrpc_connect_interpret()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1329 #define OBD_OCD_VERSION_MAJOR(version) ((int)((version)>>24)&255) macro