Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c383 OBD_CONNECT_FULL20 | OBD_CONNECT_IMP_RECOV | in lustre_start_mgc()
394 data->ocd_connect_flags &= ~OBD_CONNECT_IMP_RECOV; in lustre_start_mgc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1243 #define OBD_CONNECT_IMP_RECOV 0x10000000000ULL /* imp recovery support */ macro
1319 OBD_CONNECT_FULL20 | OBD_CONNECT_IMP_RECOV | \
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1083 LASSERTF(OBD_CONNECT_IMP_RECOV == 0x10000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1084 OBD_CONNECT_IMP_RECOV); in lustre_assert_wire_constants()