Home
last modified time | relevance | path

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

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