Home
last modified time | relevance | path

Searched refs:OBD_OCD_VERSION (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_ver.h13 #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)
Dobd.h427 #if LUSTRE_VERSION_CODE >= OBD_OCD_VERSION(2, 7, 50, 0)
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c442 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in lustre_start_mgc()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1068 #if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(3, 2, 50, 0) in ptlrpc_connect_interpret()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1429 #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/
Dlustre_idl.h1320 #define OBD_OCD_VERSION(major, minor, patch, fix) (((major)<<24) + \ macro