Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c688 imp->imp_connect_data.ocd_version = LUSTRE_VERSION_CODE; in ptlrpc_connect_import()
1047 (ocd->ocd_version > LUSTRE_VERSION_CODE + in ptlrpc_connect_interpret()
1049 ocd->ocd_version < LUSTRE_VERSION_CODE - in ptlrpc_connect_interpret()
1060 OBD_OCD_VERSION_MAJOR(ocd->ocd_version), in ptlrpc_connect_interpret()
1061 OBD_OCD_VERSION_MINOR(ocd->ocd_version), in ptlrpc_connect_interpret()
1062 OBD_OCD_VERSION_PATCH(ocd->ocd_version), in ptlrpc_connect_interpret()
1063 OBD_OCD_VERSION_FIX(ocd->ocd_version), in ptlrpc_connect_interpret()
1064 ocd->ocd_version > LUSTRE_VERSION_CODE ? in ptlrpc_connect_interpret()
1077 OBD_OCD_VERSION_MAJOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret()
1078 OBD_OCD_VERSION_MINOR(ocd->ocd_version) == 2 && in ptlrpc_connect_interpret()
[all …]
Dwiretest.c885 LASSERTF((int)offsetof(struct obd_connect_data, ocd_version) == 8, "found %lld\n", in lustre_assert_wire_constants()
886 (long long)(int)offsetof(struct obd_connect_data, ocd_version)); in lustre_assert_wire_constants()
887 LASSERTF((int)sizeof(((struct obd_connect_data *)0)->ocd_version) == 4, "found %lld\n", in lustre_assert_wire_constants()
888 (long long)(int)sizeof(((struct obd_connect_data *)0)->ocd_version)); in lustre_assert_wire_constants()
Dpack_generic.c1653 __swab32s(&ocd->ocd_version); in lustre_swab_connect()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c451 data->ocd_version = LUSTRE_VERSION_CODE; in lustre_start_mgc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1334 __u32 ocd_version; /* lustre release version number */ member
1353 __u32 ocd_version; /* lustre release version number */ member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c223 data->ocd_version = LUSTRE_VERSION_CODE; in client_common_fill_super()
427 data->ocd_version, data->ocd_grant); in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2068 ocd->ocd_version = LUSTRE_VERSION_CODE; in echo_client_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c3016 data->ocd_version, data->ocd_grant, lost_grant); in osc_reconnect()