Searched refs:commit_lsn (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/fs/xfs/ |
D | xfs_log_cil.c | 657 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 …]
|
D | xfs_trans.c | 696 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 …]
|
D | xfs_log.h | 135 xfs_lsn_t *commit_lsn, bool regrant);
|
D | xfs_trans_priv.h | 22 xfs_lsn_t commit_lsn, bool aborted);
|
D | xfs_dquot_item.c | 191 xfs_lsn_t commit_lsn) in xfs_qm_dquot_logitem_committing() argument
|
D | xfs_trans.h | 72 void (*iop_committing)(struct xfs_log_item *, xfs_lsn_t commit_lsn);
|
D | xfs_log_priv.h | 235 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
|
D | xfs_inode_item.c | 606 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()
|
D | xfs_buf_item.c | 636 xfs_lsn_t commit_lsn) in xfs_buf_item_committing() argument
|