Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1064 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1319 #define OBD_OCD_VERSION_MINOR(version) ((int)((version)>>16)&255) macro