Searched refs:ocd_version (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | import.c | 680 imp->imp_connect_data.ocd_version = LUSTRE_VERSION_CODE; in ptlrpc_connect_import() 1037 (ocd->ocd_version > LUSTRE_VERSION_CODE + in ptlrpc_connect_interpret() 1039 ocd->ocd_version < LUSTRE_VERSION_CODE - in ptlrpc_connect_interpret() 1050 OBD_OCD_VERSION_MAJOR(ocd->ocd_version), in ptlrpc_connect_interpret() 1051 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret() 1052 OBD_OCD_VERSION_PATCH(ocd->ocd_version), in ptlrpc_connect_interpret() 1053 OBD_OCD_VERSION_FIX(ocd->ocd_version), in ptlrpc_connect_interpret() 1054 ocd->ocd_version > LUSTRE_VERSION_CODE ? in ptlrpc_connect_interpret() 1067 OBD_OCD_VERSION_MAJOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret() 1068 OBD_OCD_VERSION_MINOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret() [all …]
|
D | wiretest.c | 883 LASSERTF((int)offsetof(struct obd_connect_data, ocd_version) == 8, "found %lld\n", in lustre_assert_wire_constants() 884 (long long)(int)offsetof(struct obd_connect_data, ocd_version)); in lustre_assert_wire_constants() 885 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_version) == 4, "found %lld\n", in lustre_assert_wire_constants() 886 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_version)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1499 __swab32s(&ocd->ocd_version); in lustre_swab_connect()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 395 data->ocd_version = LUSTRE_VERSION_CODE; in lustre_start_mgc()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 211 data->ocd_version = LUSTRE_VERSION_CODE; in client_common_fill_super() 400 data->ocd_version, data->ocd_grant); in client_common_fill_super()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1340 __u32 ocd_version; /* lustre release version number */ member 1359 __u32 ocd_version; /* lustre release version number */ member
|
/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2067 ocd->ocd_version = LUSTRE_VERSION_CODE; in echo_client_setup()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2960 data->ocd_version, data->ocd_grant, lost_grant); in osc_reconnect()
|