Searched refs:OBD_OCD_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance
1061 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret()1078 OBD_OCD_VERSION_MINOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret()1191 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret()
1324 #define OBD_OCD_VERSION_MINOR(version) ((int)((version)>>16)&255) macro