Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c722 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/include/
Dlustre_export.h210 __u64 exp_last_committed; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1512 exp->exp_last_committed); in print_export_data()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c418 if (rs->rs_transno <= exp->exp_last_committed) { in ptlrpc_commit_replies()