Home
last modified time | relevance | path

Searched refs:OBD_CONNECT_LIGHTWEIGHT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1254 #define OBD_CONNECT_LIGHTWEIGHT 0x1000000000000ULL/* lightweight connection */ macro
1294 OBD_CONNECT_LIGHTWEIGHT | OBD_CONNECT_UMASK | \
1314 OBD_CONNECT_LIGHTWEIGHT | OBD_CONNECT_LVB_TYPE|\
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c208 data->ocd_connect_flags |= OBD_CONNECT_LIGHTWEIGHT; in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1099 LASSERTF(OBD_CONNECT_LIGHTWEIGHT == 0x1000000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1100 OBD_CONNECT_LIGHTWEIGHT); in lustre_assert_wire_constants()