Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_AT (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1226 #define OBD_CONNECT_AT 0x1000000ULL /*client uses AT */ macro
1284 OBD_CONNECT_CANCELSET | OBD_CONNECT_AT | \
1304 OBD_CONNECT_CANCELSET | OBD_CONNECT_AT | \
1318 #define MGS_CONNECT_SUPPORTED (OBD_CONNECT_VERSION | OBD_CONNECT_AT | \
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c382 data->ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_AT | in lustre_start_mgc()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c185 OBD_CONNECT_AT | OBD_CONNECT_LOV_V3 | in client_common_fill_super()
370 OBD_CONNECT_AT | OBD_CONNECT_RMT_CLIENT | in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1123 if ((ocd->ocd_connect_flags & OBD_CONNECT_AT) && in ptlrpc_connect_interpret()
Dwiretest.c1051 LASSERTF(OBD_CONNECT_AT == 0x1000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1052 OBD_CONNECT_AT); in lustre_assert_wire_constants()