Searched refs:commit_lsn (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_log_cil.c | 657 	xfs_lsn_t		commit_lsn;  in xlog_cil_push()  local833 		if (!new_ctx->commit_lsn) {  in xlog_cil_push()
 845 	commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false);  in xlog_cil_push()
 846 	if (commit_lsn == -1)  in xlog_cil_push()
 865 	ctx->commit_lsn = commit_lsn;  in xlog_cil_push()
 996 	xfs_lsn_t		*commit_lsn,  in xfs_log_commit_cil()  argument
 1017 	if (commit_lsn)  in xfs_log_commit_cil()
 1018 		*commit_lsn = xc_commit_lsn;  in xfs_log_commit_cil()
 1063 	xfs_lsn_t		commit_lsn = NULLCOMMITLSN;  in xlog_cil_force_lsn()  local
 1092 		if (!ctx->commit_lsn) {  in xlog_cil_force_lsn()
 [all …]
 
 | 
| D | xfs_trans.c | 791 	xfs_lsn_t		commit_lsn)  in xfs_log_item_batch_insert()  argument797 	xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);  in xfs_log_item_batch_insert()
 831 	xfs_lsn_t		commit_lsn,  in xfs_trans_committed_bulk()  argument
 841 	xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);  in xfs_trans_committed_bulk()
 858 			item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);  in xfs_trans_committed_bulk()
 860 			item_lsn = commit_lsn;  in xfs_trans_committed_bulk()
 877 		if (item_lsn != commit_lsn) {  in xfs_trans_committed_bulk()
 900 					LOG_ITEM_BATCH_SIZE, commit_lsn);  in xfs_trans_committed_bulk()
 907 		xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);  in xfs_trans_committed_bulk()
 932 	xfs_lsn_t		commit_lsn = -1;  in __xfs_trans_commit()  local
 [all …]
 
 | 
| D | xfs_trans_priv.h | 22 				xfs_lsn_t commit_lsn, bool aborted);
 | 
| D | xfs_log.h | 140 				xfs_lsn_t *commit_lsn, bool regrant);
 | 
| D | xfs_trans.h | 76 	void (*iop_committing)(struct xfs_log_item *, xfs_lsn_t commit_lsn);
 | 
| D | xfs_dquot_item.c | 220 	xfs_lsn_t		commit_lsn)  in xfs_qm_dquot_logitem_committing()  argument
 | 
| D | xfs_log_priv.h | 242 	xfs_lsn_t		commit_lsn;	/* chkpt commit record lsn */  member
 | 
| D | xfs_inode_item.c | 624 	xfs_lsn_t		commit_lsn)  in xfs_inode_item_committing()  argument626 	INODE_ITEM(lip)->ili_last_lsn = commit_lsn;  in xfs_inode_item_committing()
 
 | 
| D | xfs_buf_item.c | 643 	xfs_lsn_t		commit_lsn)  in xfs_buf_item_committing()  argument
 |