Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1219 #define OBD_CONNECT_RMT_CLIENT_FORCE 0x20000ULL /*Remote client by force */ macro
1286 OBD_CONNECT_RMT_CLIENT_FORCE | \
1307 OBD_CONNECT_RMT_CLIENT_FORCE | OBD_CONNECT_VBR | \
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c228 data->ocd_connect_flags |= OBD_CONNECT_RMT_CLIENT_FORCE; in client_common_fill_super()
396 data->ocd_connect_flags |= OBD_CONNECT_RMT_CLIENT_FORCE; in client_common_fill_super()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1037 LASSERTF(OBD_CONNECT_RMT_CLIENT_FORCE == 0x20000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1038 OBD_CONNECT_RMT_CLIENT_FORCE); in lustre_assert_wire_constants()