Searched refs:OBD_OCD_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
1064 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret()1081 OBD_OCD_VERSION_MINOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret()1201 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret()
1319 #define OBD_OCD_VERSION_MINOR(version) ((int)((version)>>16)&255) macro