Searched refs:OBD_OCD_VERSION (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ |
| D | lustre_ver.h | 13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR, \ 19 #define LUSTRE_VERSION_ALLOWED_OFFSET OBD_OCD_VERSION(0, 0, 1, 32) 24 #define LUSTRE_VERSION_OFFSET_WARN OBD_OCD_VERSION(0, 4, 0, 0)
|
| D | obd.h | 351 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 7, 50, 0)
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
| D | obd_mount.c | 386 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in lustre_start_mgc()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
| D | import.c | 1058 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in ptlrpc_connect_interpret()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
| D | mgc_request.c | 1401 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in mgc_process_recover_log()
|
| /linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
| D | lustre_idl.h | 1326 #define OBD_OCD_VERSION(major, minor, patch, fix) (((major)<<24) + \ macro
|