Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c439 OBD_CONNECT_FULL20 | OBD_CONNECT_IMP_RECOV | in lustre_start_mgc()
450 data->ocd_connect_flags &= ~OBD_CONNECT_IMP_RECOV; in lustre_start_mgc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1236 #define OBD_CONNECT_IMP_RECOV 0x10000000000ULL /* imp recovery support */ macro
1313 OBD_CONNECT_FULL20 | OBD_CONNECT_IMP_RECOV | \
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1085 LASSERTF(OBD_CONNECT_IMP_RECOV == 0x10000000000ULL, "found 0x%.16llxULL\n", in lustre_assert_wire_constants()
1086 OBD_CONNECT_IMP_RECOV); in lustre_assert_wire_constants()