Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1467 OBD_FL_RECOV_RESEND = 0x00080000, /* recoverable resent */ enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1346 body->oa.o_flags |= OBD_FL_RECOV_RESEND; in osc_brw_prep_request()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1343 CLASSERT(OBD_FL_RECOV_RESEND == 0x00080000); in lustre_assert_wire_constants()