Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1212 #define OBD_CONNECT_RMT_CLIENT_FORCE 0x20000ULL /*Remote client by force */ macro
1280 OBD_CONNECT_RMT_CLIENT_FORCE | \
1301 OBD_CONNECT_RMT_CLIENT_FORCE | OBD_CONNECT_VBR | \
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c248 data->ocd_connect_flags |= OBD_CONNECT_RMT_CLIENT_FORCE; in client_common_fill_super()
423 data->ocd_connect_flags |= OBD_CONNECT_RMT_CLIENT_FORCE; in client_common_fill_super()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1039 LASSERTF(OBD_CONNECT_RMT_CLIENT_FORCE == 0x20000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1040 OBD_CONNECT_RMT_CLIENT_FORCE); in lustre_assert_wire_constants()