Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1242 #define OBD_CONNECT_LIGHTWEIGHT 0x1000000000000ULL/* lightweight connection */ macro
1283 OBD_CONNECT_LIGHTWEIGHT | OBD_CONNECT_UMASK | \
1303 OBD_CONNECT_LIGHTWEIGHT | OBD_CONNECT_LVB_TYPE|\
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1151 (exp_connect_flags(exp) & OBD_CONNECT_LIGHTWEIGHT) == 0) in class_export_recovery_cleanup()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c221 data->ocd_connect_flags |= OBD_CONNECT_LIGHTWEIGHT; in client_common_fill_super()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1101 LASSERTF(OBD_CONNECT_LIGHTWEIGHT == 0x1000000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1102 OBD_CONNECT_LIGHTWEIGHT); in lustre_assert_wire_constants()