threshold_lsn    1551 fs/xfs/xfs_log.c 	xfs_lsn_t	threshold_lsn = 0;
threshold_lsn    1582 fs/xfs/xfs_log.c 	threshold_lsn = xlog_assign_lsn(threshold_cycle,
threshold_lsn    1590 fs/xfs/xfs_log.c 	if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0)
threshold_lsn    1591 fs/xfs/xfs_log.c 		threshold_lsn = last_sync_lsn;
threshold_lsn    1599 fs/xfs/xfs_log.c 		xfs_ail_push(log->l_ailp, threshold_lsn);
threshold_lsn     626 fs/xfs/xfs_trans_ail.c 	xfs_lsn_t		threshold_lsn)
threshold_lsn     632 fs/xfs/xfs_trans_ail.c 	    XFS_LSN_CMP(threshold_lsn, ailp->ail_target) <= 0)
threshold_lsn     640 fs/xfs/xfs_trans_ail.c 	xfs_trans_ail_copy_lsn(ailp, &ailp->ail_target, &threshold_lsn);
threshold_lsn     653 fs/xfs/xfs_trans_ail.c 	xfs_lsn_t       threshold_lsn = xfs_ail_max_lsn(ailp);
threshold_lsn     655 fs/xfs/xfs_trans_ail.c 	if (threshold_lsn)
threshold_lsn     656 fs/xfs/xfs_trans_ail.c 		xfs_ail_push(ailp, threshold_lsn);