Home
last modified time | relevance | path

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

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