Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c672 return ptlrpc_send_reply(req, PTLRPC_REPLY_MAYBE_DIFFICULT); in target_send_reply_msg()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c365 LASSERT((flags & PTLRPC_REPLY_MAYBE_DIFFICULT) || !rs->rs_difficult); in ptlrpc_send_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2322 #define PTLRPC_REPLY_MAYBE_DIFFICULT 0x01 macro