Searched refs:threshold_lsn (Results 1 – 2 of 2) sorted by relevance
99 xfs_lsn_t threshold_lsn) in xfs_trans_push_ail() argument136 (XFS_LSN_CMP(lip->li_lsn, threshold_lsn) < 0))) { in xfs_trans_push_ail()
1298 xfs_lsn_t threshold_lsn = 0; /* lsn we'd like to be at */ in xlog_grant_push_ail() local1330 ASSIGN_ANY_LSN(threshold_lsn, threshold_cycle, in xlog_grant_push_ail()1336 if (XFS_LSN_CMP_ARCH(threshold_lsn, log->l_last_sync_lsn, ARCH_NOCONVERT) > 0) in xlog_grant_push_ail()1337 threshold_lsn = log->l_last_sync_lsn; in xlog_grant_push_ail()1346 if (threshold_lsn && in xlog_grant_push_ail()1348 xfs_trans_push_ail(mp, threshold_lsn); in xlog_grant_push_ail()