Home
last modified time | relevance | path

Searched refs:commit_lsn (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_log_cil.c657 xfs_lsn_t commit_lsn; in xlog_cil_push_work() local
836 if (!new_ctx->commit_lsn) { in xlog_cil_push_work()
847 error = xlog_commit_record(log, tic, &commit_iclog, &commit_lsn); in xlog_cil_push_work()
869 ctx->commit_lsn = commit_lsn; in xlog_cil_push_work()
1014 xfs_lsn_t *commit_lsn, in xfs_log_commit_cil() argument
1035 if (commit_lsn) in xfs_log_commit_cil()
1036 *commit_lsn = xc_commit_lsn; in xfs_log_commit_cil()
1084 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn() local
1113 if (!ctx->commit_lsn) { in xlog_cil_force_lsn()
1124 commit_lsn = ctx->commit_lsn; in xlog_cil_force_lsn()
[all …]
Dxfs_trans.c696 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument
702 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
736 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument
746 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk()
763 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
765 item_lsn = commit_lsn; in xfs_trans_committed_bulk()
782 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
805 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk()
812 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
837 xfs_lsn_t commit_lsn = -1; in __xfs_trans_commit() local
[all …]
Dxfs_log.h135 xfs_lsn_t *commit_lsn, bool regrant);
Dxfs_trans_priv.h22 xfs_lsn_t commit_lsn, bool aborted);
Dxfs_dquot_item.c191 xfs_lsn_t commit_lsn) in xfs_qm_dquot_logitem_committing() argument
Dxfs_trans.h72 void (*iop_committing)(struct xfs_log_item *, xfs_lsn_t commit_lsn);
Dxfs_log_priv.h235 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
Dxfs_inode_item.c606 xfs_lsn_t commit_lsn) in xfs_inode_item_committing() argument
608 INODE_ITEM(lip)->ili_last_lsn = commit_lsn; in xfs_inode_item_committing()
Dxfs_buf_item.c636 xfs_lsn_t commit_lsn) in xfs_buf_item_committing() argument