Searched refs:commit_lsn (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_cil.c786 ASSERT(!ctx->commit_lsn);
821 * callbacks now. This needs to be done before we make the commit_lsn
837 ctx->commit_lsn = lsn;
890 if (!ctx->commit_lsn) {
1301 if (ctx->start_lsn != ctx->commit_lsn) {
1305 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) {
1665 xfs_lsn_t commit_lsn = NULLCOMMITLSN; local
1698 if (!ctx->commit_lsn) {
1710 commit_lsn = ctx->commit_lsn;
[all...]
H A Dxfs_trans_priv.h24 xfs_lsn_t commit_lsn, bool aborted);
H A Dxfs_trans.c731 xfs_lsn_t commit_lsn)
737 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
760 * The AIL cursor is used to optimise the insert process. If commit_lsn is not
771 xfs_lsn_t commit_lsn,
781 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);
798 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);
800 item_lsn = commit_lsn;
817 if (item_lsn != commit_lsn) {
840 LOG_ITEM_BATCH_SIZE, commit_lsn);
847 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);
726 xfs_log_item_batch_insert( struct xfs_ail *ailp, struct xfs_ail_cursor *cur, struct xfs_log_item **log_items, int nr_items, xfs_lsn_t commit_lsn) argument
768 xfs_trans_committed_bulk( struct xfs_ail *ailp, struct list_head *lv_chain, xfs_lsn_t commit_lsn, bool aborted) argument
[all...]
H A Dxfs_log_priv.h224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member in struct:xfs_cil_ctx

Completed in 101 milliseconds