Searched refs:commit_lsn (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/xfs/ | 
| D | xfs_trans.c | 726 	xfs_lsn_t		commit_lsn)  in xfs_log_item_batch_insert()  argument732 	xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);  in xfs_log_item_batch_insert()
 766 	xfs_lsn_t		commit_lsn,  in xfs_trans_committed_bulk()  argument
 776 	xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);  in xfs_trans_committed_bulk()
 793 			item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);  in xfs_trans_committed_bulk()
 795 			item_lsn = commit_lsn;  in xfs_trans_committed_bulk()
 812 		if (item_lsn != commit_lsn) {  in xfs_trans_committed_bulk()
 835 					LOG_ITEM_BATCH_SIZE, commit_lsn);  in xfs_trans_committed_bulk()
 842 		xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);  in xfs_trans_committed_bulk()
 
 | 
| D | xfs_log_cil.c | 786 	ASSERT(!ctx->commit_lsn);  in xlog_cil_set_ctx_write_state()837 	ctx->commit_lsn = lsn;  in xlog_cil_set_ctx_write_state()
 890 			if (!ctx->commit_lsn) {  in xlog_cil_order_write()
 1294 	if (ctx->start_lsn != ctx->commit_lsn) {  in xlog_cil_push_work()
 1298 		if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) {  in xlog_cil_push_work()
 1654 	xfs_lsn_t		commit_lsn = NULLCOMMITLSN;  in xlog_cil_force_seq()  local
 1687 		if (!ctx->commit_lsn) {  in xlog_cil_force_seq()
 1699 		commit_lsn = ctx->commit_lsn;  in xlog_cil_force_seq()
 1724 	return commit_lsn;  in xlog_cil_force_seq()
 
 | 
| D | xfs_trans_priv.h | 24 				xfs_lsn_t commit_lsn, bool aborted);
 | 
| D | xfs_log_priv.h | 224 	xfs_lsn_t		commit_lsn;	/* chkpt commit record lsn */  member
 |