Searched refs:threshold_lsn (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_defer.c | 361 xfs_lsn_t threshold_lsn = NULLCOMMITLSN; in xfs_defer_relog() local 383 if (threshold_lsn == NULLCOMMITLSN) { in xfs_defer_relog() 384 threshold_lsn = xlog_grant_push_threshold(log, 0); in xfs_defer_relog() 385 if (threshold_lsn == NULLCOMMITLSN) in xfs_defer_relog() 388 if (XFS_LSN_CMP(dfp->dfp_intent->li_lsn, threshold_lsn) >= 0) in xfs_defer_relog()
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_trans_ail.c | 676 xfs_lsn_t threshold_lsn) in xfs_ail_push() argument 682 XFS_LSN_CMP(threshold_lsn, ailp->ail_target) <= 0) in xfs_ail_push() 690 xfs_trans_ail_copy_lsn(ailp, &ailp->ail_target, &threshold_lsn); in xfs_ail_push() 703 xfs_lsn_t threshold_lsn = xfs_ail_max_lsn(ailp); in xfs_ail_push_all() local 705 if (threshold_lsn) in xfs_ail_push_all() 706 xfs_ail_push(ailp, threshold_lsn); in xfs_ail_push_all()
|
| D | xfs_log.c | 1489 xfs_lsn_t threshold_lsn = 0; in xlog_grant_push_threshold() local 1520 threshold_lsn = xlog_assign_lsn(threshold_cycle, in xlog_grant_push_threshold() 1528 if (XFS_LSN_CMP(threshold_lsn, last_sync_lsn) > 0) in xlog_grant_push_threshold() 1529 threshold_lsn = last_sync_lsn; in xlog_grant_push_threshold() 1531 return threshold_lsn; in xlog_grant_push_threshold() 1546 xfs_lsn_t threshold_lsn; in xlog_grant_push_ail() local 1548 threshold_lsn = xlog_grant_push_threshold(log, need_bytes); in xlog_grant_push_ail() 1549 if (threshold_lsn == NULLCOMMITLSN || XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail() 1557 xfs_ail_push(log->l_ailp, threshold_lsn); in xlog_grant_push_ail()
|