Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1046 if ((ocd->ocd_connect_flags & OBD_CONNECT_VERSION) && in ptlrpc_connect_interpret()
1075 if (unlikely((ocd->ocd_connect_flags & OBD_CONNECT_VERSION) && in ptlrpc_connect_interpret()
1181 (ocd->ocd_connect_flags & OBD_CONNECT_VERSION) && in ptlrpc_connect_interpret()
Dwiretest.c1015 LASSERTF(OBD_CONNECT_VERSION == 0x20ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1016 OBD_CONNECT_VERSION); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1196 #define OBD_CONNECT_VERSION 0x20ULL /*Lustre versions in ocd */ macro
1274 #define MDT_CONNECT_SUPPORTED (OBD_CONNECT_RDONLY | OBD_CONNECT_VERSION | \
1295 OBD_CONNECT_REQPORTAL | OBD_CONNECT_VERSION | \
1312 #define MGS_CONNECT_SUPPORTED (OBD_CONNECT_VERSION | OBD_CONNECT_AT | \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c438 data->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_AT | in lustre_start_mgc()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c194 OBD_CONNECT_VERSION | OBD_CONNECT_BRW_SIZE | in client_common_fill_super()
393 data->ocd_connect_flags = OBD_CONNECT_GRANT | OBD_CONNECT_VERSION | in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2062 ocd->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_REQPORTAL | in echo_client_setup()