Home
last modified time | relevance | path

Searched refs:ocd_version (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c680 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 …]
Dwiretest.c883 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()
Dpack_generic.c1499 __swab32s(&ocd->ocd_version); in lustre_swab_connect()
/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c395 data->ocd_version = LUSTRE_VERSION_CODE; in lustre_start_mgc()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c211 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/
Dlustre_idl.h1340 __u32 ocd_version; /* lustre release version number */ member
1359 __u32 ocd_version; /* lustre release version number */ member
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2067 ocd->ocd_version = LUSTRE_VERSION_CODE; in echo_client_setup()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c2960 data->ocd_version, data->ocd_grant, lost_grant); in osc_reconnect()