Searched refs:OBD_OCD_VERSION (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 427 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 7, 50, 0)
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 442 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in lustre_start_mgc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 1068 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in ptlrpc_connect_interpret()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1429 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in mgc_process_recover_log()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1320 #define OBD_OCD_VERSION(major, minor, patch, fix) (((major)<<24) + \ macro
|