Home
last modified time | relevance | path

Searched refs:rs_transno (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c716 rs->rs_transno = req->rq_transno; in target_send_reply()
722 rs->rs_transno, exp->exp_last_committed); in target_send_reply()
723 if (rs->rs_transno > exp->exp_last_committed) { in target_send_reply()
751 if (rs->rs_transno <= exp->exp_last_committed || in target_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Devents.c409 rs->rs_transno <= in reply_out_callback()
Dservice.c418 if (rs->rs_transno <= exp->exp_last_committed) { in ptlrpc_commit_replies()
2086 rs->rs_xid, rs->rs_transno, rs->rs_opc, in ptlrpc_handle_rs()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h439 __u64 rs_transno; member