Searched refs:commit_lsn (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_log_cil.c | 641 xfs_lsn_t commit_lsn; in xlog_cil_push() local 817 if (!new_ctx->commit_lsn) { in xlog_cil_push() 829 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push() 830 if (commit_lsn == -1) in xlog_cil_push() 846 ctx->commit_lsn = commit_lsn; in xlog_cil_push() 977 xfs_lsn_t *commit_lsn, in xfs_log_commit_cil() argument 997 if (commit_lsn) in xfs_log_commit_cil() 998 *commit_lsn = xc_commit_lsn; in xfs_log_commit_cil() 1039 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn() local 1068 if (!ctx->commit_lsn) { in xlog_cil_force_lsn() [all …]
|
D | xfs_trans.c | 773 xfs_lsn_t commit_lsn, in xfs_trans_free_items() argument 782 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items() 783 lip->li_ops->iop_committing(lip, commit_lsn); in xfs_trans_free_items() 796 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument 802 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 835 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument 845 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk() 855 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk() 871 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk() 893 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk() [all …]
|
D | xfs_trans_priv.h | 19 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn, 24 xfs_lsn_t commit_lsn, int aborted);
|
D | xfs_log.h | 150 xfs_lsn_t *commit_lsn, bool regrant);
|
D | xfs_log_priv.h | 240 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
|
D | xfs_dquot_item.c | 416 xfs_lsn_t commit_lsn) in xfs_qm_qoff_logitem_committing() argument
|
D | xfs_buf_item.c | 675 xfs_lsn_t commit_lsn) in xfs_buf_item_committing() argument
|