Home
last modified time | relevance | path

Searched refs:threshold_lsn (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c537 xfs_lsn_t threshold_lsn = NULLCOMMITLSN; in xfs_defer_relog() local
559 if (threshold_lsn == NULLCOMMITLSN) { in xfs_defer_relog()
560 threshold_lsn = xfs_ail_get_push_target(log->l_ailp); in xfs_defer_relog()
561 if (threshold_lsn == NULLCOMMITLSN) in xfs_defer_relog()
564 if (XFS_LSN_CMP(dfp->dfp_intent->li_lsn, threshold_lsn) >= 0) in xfs_defer_relog()